Skip to content

Commit 31f80c3

Browse files
committed
Fix tests
1 parent af0f998 commit 31f80c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Install dependencies
3333
run: |
34-
composer install --${{ matrix.dependency-version }} --prefer-dist --no-interaction
34+
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
3535
env:
3636
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}
3737

0 commit comments

Comments
 (0)