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 7f655dc commit 8541ea2Copy full SHA for 8541ea2
.github/workflows/run-tests.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Install dependencies
43
run: |
44
- composer install --${{ matrix.stability }} --prefer-dist --no-interaction
+ composer update --${{ matrix.stability }} --prefer-dist --no-interaction
45
46
- name: List Installed Dependencies
47
run: composer show -D
0 commit comments