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 52ad94c commit 36443c1Copy full SHA for 36443c1
.github/workflows/strict-tests.yaml
@@ -20,7 +20,6 @@ jobs:
20
- 8.3
21
- 8.4
22
phpunit:
23
- - "~10.5.35"
24
- "~11.5.3"
25
- "~12.0.0"
26
- "~12.1.0"
composer.json
@@ -44,7 +44,7 @@
44
"laravel/pint": "^1.21.2",
45
"mockery/mockery": "^1.6.12",
46
"phpstan/phpstan": "^2.1.8",
47
- "phpunit/phpunit": "^10.5.35|^11.5.3|^12.0.1",
+ "phpunit/phpunit": "^11.5.3|^12.0.1",
48
"spatie/laravel-ray": "^1.40.1"
49
},
50
"config": {
0 commit comments