8000
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.
1 parent f086821 commit af8a21fCopy full SHA for af8a21f
.github/workflows/tests.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Configure composer
58
run: |
59
([ -d ~/.composer ] || mkdir ~/.composer) && cp .github/composer-config.json ~/.composer/config.json
60
- 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.]*')
61
echo "::set-env name=SYMFONY_VERSION::$SYMFONY_VERSION"
62
echo "::set-env name=COMPOSER_ROOT_VERSION::$SYMFONY_VERSION.x-dev"
63
0 commit comments