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 af0f998 commit 31f80c3Copy full SHA for 31f80c3
.github/workflows/run-tests.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Install dependencies
33
run: |
34
- composer install --${{ matrix.dependency-version }} --prefer-dist --no-interaction
+ composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
35
env:
36
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
37
0 commit comments