We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1fe1e2 commit 88df4beCopy full SHA for 88df4be
.github/workflows/run-tests.yml
@@ -23,7 +23,7 @@ jobs:
23
- laravel: 12.*
24
testbench: 10.*
25
- laravel: 11.*
26
- testbench: 9.*
+ testbench: ^9.16
27
28
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
29
composer.json
@@ -19,7 +19,7 @@
19
"laravel/passport": "^12.4"
20
},
21
"require-dev": {
22
- "orchestra/testbench": "^9.0 || ^10.0",
+ "orchestra/testbench": "^9.16 || ^10.0",
"phpunit/phpunit": "^10.5 || ^11.5.3",
"laravel/pint": "^1.15",
"javaabu/auth": "^1.16"
0 commit comments