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 4a2fdce + 60d1ac9 commit 3553ac5Copy full SHA for 3553ac5
.github/workflows/tests.yml
@@ -113,7 +113,7 @@ jobs:
113
- name: Configure composer
114
run: |
115
([ -d ~/.composer ] || mkdir ~/.composer) && cp .github/composer-config.json ~/.composer/config.json
116
- 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.]*')
117
echo "::set-env name=SYMFONY_VERSION::$SYMFONY_VERSION"
118
echo "::set-env name=COMPOSER_ROOT_VERSION::$SYMFONY_VERSION.x-dev"
119
0 commit comments