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 1d960a9 commit 572bf91Copy full SHA for 572bf91
.github/workflows/tests.yml
@@ -179,7 +179,7 @@ jobs:
179
key: php-dependencies-${{ matrix.os }}
180
181
- name: "Install Dependencies"
182
- run: composer update -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
+ run: composer update -vvv --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
183
184
- name: "Run Build Tests (doctor)"
185
run: php src/globals/test-extensions.php doctor_cmd ${{ matrix.os }} ${{ matrix.php }}
0 commit comments