We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7afcf2 + af8a21f commit 60d1ac9Copy full SHA for 60d1ac9
.github/workflows/tests.yml
@@ -107,7 +107,7 @@ jobs:
107
- name: Configure composer
108
run: |
109
([ -d ~/.composer ] || mkdir ~/.composer) && cp .github/composer-config.json ~/.composer/config.json
110
- SYMFONY_VERSION=$(cat composer.json | grep '^ *\"version\". *\"[1-9]' | grep -o '[0-9.]*[0-9]')
+ SYMFONY_VERSION=$(cat composer.json | grep '^ *\"branch-version\". *\"[1-9]' | grep -o '[0-9.]*')
111
echo "::set-env name=SYMFONY_VERSION::$SYMFONY_VERSION"
112
echo "::set-env name=COMPOSER_ROOT_VERSION::$SYMFONY_VERSION.x-dev"
113
0 commit comments