Skip to content

Commit 138dd86

Browse files
committed
Debug Composer issue on Windows and PHP 8
1 parent 031621d commit 138dd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
ini-values: memory_limit=640M
147147

148148
- name: "Install dependencies"
149-
run: "composer update --no-interaction --no-progress --no-suggest"
149+
run: "composer update --no-interaction --no-progress --no-suggest -vvv"
150150

151151
- name: "Update PHPUnit"
152152
if: matrix.php-version == '7.4' || matrix.php-version == '8.0'

0 commit comments

Comments
 (0)