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