We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e931fa8 commit df87007Copy full SHA for df87007
.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.48
30
testbench: 8.*
composer.json
@@ -22,7 +22,7 @@
22
},
23
"require-dev": {
"laravel/pint": "^1.14",
- "orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
+ "orchestra/testbench": "^8.0 || ^9.16 || ^10.0",
"phpunit/phpunit": "^10.5 || ^11.5.3"
"autoload": {
0 commit comments