Skip to content

Commit 635066e

Browse files
committed
Updates PHPUnit minimum version.
1 parent 29eea43 commit 635066e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/isolated-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
coverage: pcov
6060

6161
- name: Install PHPUnit
62-
run: composer global require phpunit/phpunit:^11.5
62+
run: composer global require phpunit/phpunit:^11.5.17
6363

6464
- name: Setup problem matchers
6565
run: |

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"phpat/phpat": "^0.11.0",
5050
"phpbench/phpbench": "84.x-dev",
5151
"phpstan/phpstan": "^2.0",
52-
"phpunit/phpunit": "^11.3.5",
52+
"phpunit/phpunit": "^11.5.17",
5353
"rector/rector": "^2.0-rc2",
5454
"spatie/phpunit-snapshot-assertions": "^5.1.6",
5555
"spaze/phpstan-disallowed-calls": "^4.0",

0 commit comments

Comments
 (0)