Skip to content

Commit 8541ea2

Browse files
committed
fix gh
1 parent 7f655dc commit 8541ea2

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
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Install dependencies
4343
run: |
44-
composer install --${{ matrix.stability }} --prefer-dist --no-interaction
44+
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4545
4646
- name: List Installed Dependencies
4747
run: composer show -D

0 commit comments

Comments
 (0)