Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b206ff

Browse files
Merge branch '4.4' into 5.1
* 4.4: [gha] Fix leftover
2 parents 3e492d6 + 6d5a803 commit 2b206ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Configure composer
108108
run: |
109109
([ -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.]*')
110+
SYMFONY_VERSION=$(cat composer.json | grep '^ *\"version\". *\"[1-9]' | grep -o '[0-9.]*[0-9]')
111111
echo "::set-env name=SYMFONY_VERSION::$SYMFONY_VERSION"
112112
echo "::set-env name=COMPOSER_ROOT_VERSION::$SYMFONY_VERSION.x-dev"
113113

0 commit comments

Comments
 (0)