Skip to content

Commit a13ddac

Browse files
committed
fix composer install
1 parent 95ff6b7 commit a13ddac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
117117
- name: Install dependencies
118118
id: composer-dependencies
119-
run: composer install --${{ matrix.stability }} --no-progress
119+
run: composer update --${{ matrix.stability }} --prefer-dist --no-progress
120120

121121
- name: Check codeclimate
122122
id: codeclimate-check

0 commit comments

Comments
 (0)