8000 Fix tests on github actions · hultberg/symfony@af8a21f · GitHub
[go: up one dir, main page]

Skip to content

Commit af8a21f

Browse files
Fix tests on github actions
1 parent f086821 commit af8a21f

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
@@ -57,7 +57,7 @@ jobs:
5757
- name: Configure composer
5858
run: |
5959
([ -d ~/.composer ] || mkdir ~/.composer) && cp .github/composer-config.json ~/.composer/config.json
60-
SYMFONY_VERSION=$(cat composer.json | grep '^ *\"version\". *\"[1-9]' | grep -o '[0-9.]*[0-9]')
60+
SYMFONY_VERSION=$(cat composer.json | grep '^ *\"branch-version\". *\"[1-9]' | grep -o '[0-9.]*')
6161
echo "::set-env name=SYMFONY_VERSION::$SYMFONY_VERSION"
6262
echo "::set-env name=COMPOSER_ROOT_VERSION::$SYMFONY_VERSION.x-dev"
6363

0 commit comments

Comments
 (0)
0