Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit aca39b4

Browse files
committed
fix: use update instead of install
1 parent ec8ce22 commit aca39b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Install dependencies
3636
run: |
37-
composer install --${{ matrix.stability }} --prefer-dist --no-interaction
37+
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
3838
3939
- name: Execute tests
4040
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)