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 031621d commit 138dd86Copy full SHA for 138dd86
.github/workflows/build.yml
@@ -146,7 +146,7 @@ jobs:
146
ini-values: memory_limit=640M
147
148
- name: "Install dependencies"
149
- run: "composer update --no-interaction --no-progress --no-suggest"
+ run: "composer update --no-interaction --no-progress --no-suggest -vvv"
150
151
- name: "Update PHPUnit"
152
if: matrix.php-version == '7.4' || matrix.php-version == '8.0'
0 commit comments