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 3e492d6 + 6d5a803 commit 2b206ffCopy full SHA for 2b206ff
.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 '^ *\"dev-master\". *\"[1-9]' | grep -o '[0-9.]*')
+ SYMFONY_VERSION=$(cat composer.json | grep '^ *\"version\". *\"[1-9]' | grep -o '[0-9.]*[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