Skip to content

Commit

Permalink
Revert "Debug Composer issue on Windows and PHP 8"
Browse files Browse the repository at this point in the history
This reverts commit 138dd86.
  • Loading branch information
ondrejmirtes committed Nov 21, 2020
1 parent 138dd86 commit b5a2fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
ini-values: memory_limit=640M

- name: "Install dependencies"
run: "composer update --no-interaction --no-progress --no-suggest -vvv"
run: "composer update --no-interaction --no-progress --no-suggest"

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

0 comments on commit b5a2fe2

Please sign in to comment.