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 7ab5b5c commit d49d23bCopy full SHA for d49d23b
1 file changed
.github/workflows/php.yml
@@ -42,7 +42,7 @@ jobs:
42
${{ runner.os }}-php${{ matrix.php-version }}-
43
44
- name: Install dependencies
45
- run: composer install --prefer-dist --no-progress --no-scripts
+ run: composer update --prefer-dist --no-progress --no-scripts
46
47
- name: PHPUnit
48
run: php -d xdebug.mode=coverage vendor/bin/phpunit --log-junit junit.xml
0 commit comments