We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca1c894 + 49461c4 commit 271c4c6Copy full SHA for 271c4c6
1 file changed
.github/workflows/ci.yaml
@@ -55,8 +55,8 @@ jobs:
55
56
- name: Install dependencies
57
env:
58
- SYMFONY_REQUIRE: ${{ matrix.symfony-version }}
59
- run: composer install
+ SYMFONY_REQUIRE: ${{ matrix.symfony-versions }}
+ run: composer update
60
61
- name: Install PHPUnit
62
run: ./vendor/bin/simple-phpunit install
0 commit comments