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 fb3d20f commit 54edbfbCopy full SHA for 54edbfb
.github/workflows/tests.yml
@@ -119,7 +119,7 @@ jobs:
119
ini-values: memory_limit=1G
120
121
- name: "Install PHPUnit 10.x"
122
- run: "composer remove --dev brianium/paratest && composer require --dev --with-all-dependencies phpunit/phpunit:^10"
+ run: "composer remove --dev brianium/paratest && composer require --dev --with-all-dependencies phpunit/phpunit:^10 sebastian/diff:^5.0"
123
124
- id: set-matrix
125
run: echo "matrix=$(php .github/workflows/tests-levels-matrix.php)" >> $GITHUB_OUTPUT
0 commit comments