We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8ce22 commit aca39b4Copy full SHA for aca39b4
1 file changed
.github/workflows/run-tests.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Install dependencies
36
run: |
37
- composer install --${{ matrix.stability }} --prefer-dist --no-interaction
+ composer update --${{ matrix.stability }} --prefer-dist --no-interaction
38
39
- name: Execute tests
40
run: vendor/bin/phpunit
0 commit comments