There was an error while loading. Please reload this page.
1 parent a039952 commit af06a04Copy full SHA for af06a04
.github/workflows/run-tests.yaml
@@ -15,7 +15,7 @@ jobs:
15
- laravel: 9.*
16
testbench: 7.*
17
- laravel: 8.*
18
- testbench: 6.*
+ testbench: ^6.22
19
20
name: PHP ${{ matrix.php }} – Laravel ${{ matrix.laravel }} - ${{ matrix.stability }}
21
composer.json
@@ -37,7 +37,7 @@
37
"illuminate/support": "^8.0|^9.0"
38
},
39
"require-dev": {
40
- "orchestra/testbench": "^6.0|^7.0",
+ "orchestra/testbench": "^6.22|^7.0",
41
"nunomaduro/collision": "^5.0|^6.0",
42
"phpunit/phpunit": "^9.3"
43
0 commit comments