We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ff6b7 commit a13ddacCopy full SHA for a13ddac
.github/workflows/phpunits.yaml
@@ -116,7 +116,7 @@ jobs:
116
117
- name: Install dependencies
118
id: composer-dependencies
119
- run: composer install --${{ matrix.stability }} --no-progress
+ run: composer update --${{ matrix.stability }} --prefer-dist --no-progress
120
121
- name: Check codeclimate
122
id: codeclimate-check
0 commit comments