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 3432870 commit 39e985cCopy full SHA for 39e985c
.github/workflows/tests.yml
@@ -22,6 +22,6 @@ jobs:
22
with:
23
php-version: ${{ matrix.php }}
24
coverage: pcov
25
- - run: composer install --no-progress
+ - run: composer update --no-progress
26
- run: vendor/bin/phpstan analyse
27
- run: vendor/bin/simple-phpunit
0 commit comments