We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59dfb04 commit d4dbea2Copy full SHA for d4dbea2
.github/workflows/run-tests.yml
@@ -20,7 +20,7 @@ jobs:
20
- laravel: 8.*
21
testbench: ^6.23
22
- laravel: 9.*
23
- testbench: 7.*
+ testbench: ^6.23
24
25
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
26
composer.json
@@ -30,7 +30,7 @@
30
"pestphp/pest-plugin-laravel": "^1.1",
31
"php-parallel-lint/php-var-dump-check": "^0.5.0",
32
"spatie/laravel-ray": "^1.23",
33
- "orchestra/testbench": "^6.15 || ^7.0"
+ "orchestra/testbench": "^6.23"
34
},
35
"extra": {
36
"laravel": {
0 commit comments