Skip to content

Commit fa052d5

Browse files
committed
ci: use composer update
1 parent d72d357 commit fa052d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
path: ~/.composer/cache/
3232
key: composer-cache
3333
- name: Install dependencies
34-
run: composer install --no-interaction ${{ matrix.composer-options }}
34+
run: composer update --no-interaction ${{ matrix.composer-options }}
3535
- name: Run php tests
3636
run: composer run test
3737
- name: Send coverage

0 commit comments

Comments
 (0)