Skip to content

Commit eaf5cf4

Browse files
committed
Allow PHPUnit 12
1 parent 0b405dd commit eaf5cf4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/integrate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
phpunit-version: "11.0"
9393
dependencies: "highest"
9494
- php-version: "8.4"
95-
phpunit-version: "11.0"
95+
phpunit-version: "12.0"
9696
dependencies: "highest"
9797

9898
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"conflict": {
2525
"phpspec/prophecy": "<1.17.0 || >=2.0.0",
2626
"phpspec/prophecy-phpunit": "<2.3.0 || >=3.0.0",
27-
"phpunit/phpunit": "<9.1.0 || >=12.0.0"
27+
"phpunit/phpunit": "<9.1.0 || >=13.0.0"
2828
},
2929
"autoload": {
3030
"psr-4": {

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)