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 3965fa3 commit 6dbd9aeCopy full SHA for 6dbd9ae
.github/workflows/tests.yaml
@@ -59,7 +59,7 @@ jobs:
59
restore-keys: ${{ runner.os }}-${{ matrix.php-version }}-composer-
60
61
- name: "Install dependencies"
62
- run: composer update --no-interaction --prefer-dist --optimize-autoloader
+ run: composer install --no-interaction --no-progress
63
64
- name: "Install PHPUnit"
65
run: vendor/bin/simple-phpunit install
0 commit comments