We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72d357 commit fa052d5Copy full SHA for fa052d5
.github/workflows/tests.yml
@@ -31,7 +31,7 @@ jobs:
31
path: ~/.composer/cache/
32
key: composer-cache
33
- name: Install dependencies
34
- run: composer install --no-interaction ${{ matrix.composer-options }}
+ run: composer update --no-interaction ${{ matrix.composer-options }}
35
- name: Run php tests
36
run: composer run test
37
- name: Send coverage
0 commit comments