Skip to content

Commit bd327d8

Browse files
committed
Update CI workflows to consistently use composer update for dependency management across all jobs.
1 parent ef3861a commit bd327d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
coverage: xdebug
4848

4949
- name: Install dependencies
50-
run: composer install --no-interaction --prefer-dist
50+
run: composer update --no-interaction --prefer-dist
5151

5252
- name: Run unit tests
5353
run: composer test:unit
@@ -74,7 +74,7 @@ jobs:
7474
coverage: xdebug
7575

7676
- name: Install dependencies
77-
run: composer install --no-interaction --prefer-dist
77+
run: composer update --no-interaction --prefer-dist
7878

7979
- name: Generate coverage
8080
run: vendor/bin/phpunit --testsuite Unit --coverage-clover coverage.xml

0 commit comments

Comments
 (0)