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 5dbd92c commit ccc5af0Copy full SHA for ccc5af0
.github/workflows/run-tests.yml
@@ -18,7 +18,7 @@ jobs:
18
stability: [prefer-lowest, prefer-stable]
19
include:
20
- laravel: 8.*
21
- testbench: ^7.0
+ testbench: ^6.25
22
23
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
24
composer.json
@@ -22,7 +22,7 @@
"require-dev": {
"nunomaduro/collision": "^5.10|^6.0",
"nunomaduro/larastan": "^1.0",
25
- "orchestra/testbench": "^7.0",
+ "orchestra/testbench": "^6.25",
26
"pestphp/pest": "^1.21",
27
"pestphp/pest-plugin-laravel": "^1.2",
28
"phpstan/extension-installer": "^1.1",
0 commit comments