Skip to content

Commit b5a2fe2

Browse files
committed
Revert "Debug Composer issue on Windows and PHP 8"
This reverts commit 138dd86.
1 parent 138dd86 commit b5a2fe2

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 -vvv"
149+
run: "composer update --no-interaction --no-progress --no-suggest"
150150

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

0 commit comments

Comments
 (0)