Thanks to visit codestin.com Credit goes to github.com
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 6066462 + 2b206ff commit 96a725fCopy full SHA for 96a725f
.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