Skip to content

Commit 271c4c6

Browse files
authored
Merge pull request #3072 from stof/fix_symfony_locking
Fix the symfony locking in the CI setup
2 parents ca1c894 + 49461c4 commit 271c4c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555

5656
- name: Install dependencies
5757
env:
58-
SYMFONY_REQUIRE: ${{ matrix.symfony-version }}
59-
run: composer install
58+
SYMFONY_REQUIRE: ${{ matrix.symfony-versions }}
59+
run: composer update
6060

6161
- name: Install PHPUnit
6262
run: ./vendor/bin/simple-phpunit install

0 commit comments

Comments
 (0)