We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27370c commit 9044050Copy full SHA for 9044050
.github/workflows/run-tests.yml
@@ -27,7 +27,7 @@ jobs:
27
testbench: 10.*
28
carbon: ^3.8.4
29
- laravel: 11.*
30
- testbench: 9.*
+ testbench: ^9.16
31
carbon: ^2.63
32
- laravel: 10.*
33
testbench: 8.*
composer.json
@@ -22,7 +22,7 @@
22
"spatie/laravel-activitylog": "^4.8"
23
},
24
"require-dev": {
25
- "orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
+ "orchestra/testbench": "^7.0 || ^8.0 || ^9.16 || ^10.0 || ^11.0",
26
"phpunit/phpunit": "^9.5 || ^10.5 || ^11.5.3 || ^12.5.8 || ^13.0.3"
"autoload": {
0 commit comments