Skip to content

Commit a9a55d8

Browse files
committed
Tweak QA file.
1 parent f201447 commit a9a55d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality-assurance.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
php-version: ${{ matrix.php }}
2222
coverage: xdebug
2323
tools: composer:v2
24-
- run: composer update --no-progress ${{ matrix.composer-flags }}
24+
- run: composer install --no-progress ${{ matrix.composer-flags }}
2525
- run: vendor/bin/phpunit ${{ matrix.phpunit-flags }}

0 commit comments

Comments
 (0)