8000 Merge branch '4.4' into 5.1 · symfony/symfony@60d1ac9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 60d1ac9

Browse files
Merge branch '4.4' into 5.1
* 4.4: Fix tests on github actions
2 parents d7afcf2 + af8a21f commit 60d1ac9

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 '^ *\"version\". *\"[1-9]' | grep -o '[0-9.]*[0-9]')
110+
SYMFONY_VERSION=$(cat composer.json | grep '^ *\"branch-version\". *\"[1-9]' | grep -o '[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)
0