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 8870b15 commit dc413f5Copy full SHA for dc413f5
.github/workflows/integrate.yaml
@@ -92,7 +92,7 @@ jobs:
92
phpunit-version: "11.0"
93
dependencies: "highest"
94
- php-version: "8.4"
95
- phpunit-version: "11.0"
+ phpunit-version: "12.0"
96
97
98
steps:
composer.json
@@ -16,7 +16,7 @@
16
"conflict": {
17
"phpspec/prophecy": "<1.17.0 || >=2.0.0",
18
"phpspec/prophecy-phpunit": "<2.3.0 || >=3.0.0",
19
- "phpunit/phpunit": "<9.1.0 || >=12.0.0"
+ "phpunit/phpunit": "<9.1.0 || >=13.0.0"
20
},
21
"require-dev": {
22
"ergebnis/composer-normalize": "^2.1.1",
0 commit comments