We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 164a5d2 commit bc7e450Copy full SHA for bc7e450
.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.40
33
testbench: 8.*
composer.json
@@ -21,7 +21,7 @@
21
},
22
"require-dev": {
23
"laravel/pint": "^1.14",
24
- "orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
+ "orchestra/testbench": "^7.0 || ^8.0 || ^9.16 || ^10.0 || ^11.0",
25
"phpunit/phpunit": "^9.5 || ^10.5 || ^11.5.3 || ^12.5.8 || ^13.0.3"
26
"autoload": {
0 commit comments