Skip to content

Commit 2914660

Browse files
committed
Fixup in GitHub actions CI file
1 parent 0472c13 commit 2914660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Install composer dependencies
3838
if: matrix.php != '8.0'
39-
run: composer update --no-ansi --no-interaction --no-progress --no-suggest
39+
run: composer install --no-ansi --no-interaction --no-progress --no-suggest
4040

4141
- name: Run tests with phpunit
4242
run: vendor/bin/phpunit --coverage-clover=coverage.xml

0 commit comments

Comments
 (0)