We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb19672 commit 4387f8bCopy full SHA for 4387f8b
.github/workflows/run-tests.yml
@@ -31,6 +31,11 @@ jobs:
31
carbon: "^2.67|^3.0"
32
laravel-package-tools: ^1.16.4
33
collision: ^8.1.1
34
+ - laravel: 12.*
35
+ testbench: 10.*
36
+ carbon: "^2.67|^3.0"
37
+ laravel-package-tools: ^1.16.4
38
+ collision: ^8.1.1
39
exclude:
40
- laravel: 11.*
41
php: 8.1
composer.json
@@ -43,7 +43,7 @@
43
"laravel/pint": "^1.0",
44
"nunomaduro/collision": "^7.9",
45
"nunomaduro/larastan": "^2.0.1",
46
- "orchestra/testbench": "^8.18|^10.0",
+ "orchestra/testbench": "^8.18|^9.0|^10.0",
47
"pestphp/pest": "^2.7|^3.7",
48
"pestphp/pest-plugin-arch": "^2.0|^3.0",
49
"pestphp/pest-plugin-laravel": "^2.0|^3.1",
0 commit comments