Skip to content

Commit 2f4c833

Browse files
committed
Update tests.yml
1 parent 23c53ac commit 2f4c833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
shell: bash
5656
run: |
5757
composer require --dev phpunit/phpunit:^12 brianium/paratest:^7.16 symfony/process:^7 symfony/string:^7 symfony/console:^7 --update-with-dependencies --ignore-platform-reqs --working-dir=tests
58-
composer require --dev phpunit/phpunit:^12 sebastian/diff --update-with-dependencies --ignore-platform-reqs
58+
composer require --dev phpunit/phpunit:^12 sebastian/diff:^6 --update-with-dependencies --ignore-platform-reqs
5959
6060
- name: "Check PHP configuration"
6161
run: "vendor/bin/phpunit --check-php-configuration"
@@ -275,7 +275,7 @@ jobs:
275275
shell: bash
276276
run: |
277277
composer require --dev phpunit/phpunit:^12 brianium/paratest:^7.16 symfony/process:^7 symfony/string:^7 symfony/console:^7 --update-with-dependencies --ignore-platform-reqs --working-dir=tests
278-
composer require --dev phpunit/phpunit:^12 sebastian/diff --update-with-dependencies --ignore-platform-reqs
278+
composer require --dev phpunit/phpunit:^12 sebastian/diff:^6 --update-with-dependencies --ignore-platform-reqs
279279
280280
- uses: "ramsey/composer-install@v3"
281281
with:

0 commit comments

Comments
 (0)