We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd326c commit 1fda8bfCopy full SHA for 1fda8bf
1 file changed
.github/workflows/tests.yml
@@ -40,7 +40,7 @@ jobs:
40
${{ runner.os }}-php-${{ matrix.php }}-composer-
41
42
- name: Install dependencies
43
- run: composer install --prefer-dist --no-progress
+ run: composer update --prefer-dist --no-progress
44
45
- name: Run tests
46
run: composer test
0 commit comments