Skip to content

Commit e083d12

Browse files
committed
chore: updated coverage workflow to use ramsey/composer-install
1 parent 8e70eaa commit e083d12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
tools: composer:v2
2121
coverage: pcov
2222

23-
- name: Install dependencies
24-
run: composer update --prefer-stable --prefer-dist --no-interaction --no-progress
23+
- uses: ramsey/composer-install@v1
2524

2625
- name: Execute tests
2726
run: vendor/bin/phpunit --verbose

0 commit comments

Comments
 (0)