We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51c1a2 commit 18ec5bfCopy full SHA for 18ec5bf
.github/workflows/run-tests.yml
@@ -24,7 +24,7 @@ jobs:
24
testbench: 10.*
25
carbon: ^3.8.4
26
- laravel: 11.*
27
- testbench: 9.*
+ testbench: ^9.16
28
carbon: ^2.63
29
- laravel: 10.*
30
testbench: 8.*
composer.json
@@ -20,7 +20,7 @@
20
"javaabu/settings": "^1.6"
21
},
22
"require-dev": {
23
- "orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0",
+ "orchestra/testbench": "^7.0 || ^8.0 || ^9.16 || ^10.0",
"phpunit/phpunit": "^9.5 || ^10.5 || ^11.5.3"
"autoload": {
0 commit comments