Skip to content

Commit e291f48

Browse files
authored
Update ci.yml
1 parent 328a7f2 commit e291f48

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
@@ -26,7 +26,7 @@ jobs:
2626
key: composer-php-${{ matrix.php }}-${{ hashFiles('composer.json') }}
2727
- name: Install dependencies
2828
run: |
29-
composer install --no-interaction --prefer-stable
29+
composer update --no-interaction --prefer-stable
3030
- name: Run tests
3131
run: |
3232
phpunit --coverage-text --coverage-clover=coverage.xml

0 commit comments

Comments
 (0)