Skip to content

Commit 54edbfb

Browse files
committed
Try fixing CI
1 parent fb3d20f commit 54edbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
ini-values: memory_limit=1G
120120

121121
- name: "Install PHPUnit 10.x"
122-
run: "composer remove --dev brianium/paratest && composer require --dev --with-all-dependencies phpunit/phpunit:^10"
122+
run: "composer remove --dev brianium/paratest && composer require --dev --with-all-dependencies phpunit/phpunit:^10 sebastian/diff:^5.0"
123123

124124
- id: set-matrix
125125
run: echo "matrix=$(php .github/workflows/tests-levels-matrix.php)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)