Skip to content

Commit 3553ac5

Browse files
Merge branch '5.1' into 5.x
* 5.1: Fix tests on github actions
2 parents 4a2fdce + 60d1ac9 commit 3553ac5

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
@@ -113,7 +113,7 @@ jobs:
113113
- name: Configure composer
114114
run: |
115115
([ -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]')
116+
SYMFONY_VERSION=$(cat composer.json | grep '^ *\"branch-version\". *\"[1-9]' | grep -o '[0-9.]*')
117117
echo "::set-env name=SYMFONY_VERSION::$SYMFONY_VERSION"
118118
echo "::set-env name=COMPOSER_ROOT_VERSION::$SYMFONY_VERSION.x-dev"
119119

0 commit comments

Comments
 (0)