We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f201447 commit a9a55d8Copy full SHA for a9a55d8
.github/workflows/quality-assurance.yaml
@@ -21,5 +21,5 @@ jobs:
21
php-version: ${{ matrix.php }}
22
coverage: xdebug
23
tools: composer:v2
24
- - run: composer update --no-progress ${{ matrix.composer-flags }}
+ - run: composer install --no-progress ${{ matrix.composer-flags }}
25
- run: vendor/bin/phpunit ${{ matrix.phpunit-flags }}
0 commit comments