Skip to content

Commit ccc5af0

Browse files
committed
Tweaks the testbench version
1 parent 5dbd92c commit ccc5af0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
2020
- laravel: 8.*
21-
testbench: ^7.0
21+
testbench: ^6.25
2222

2323
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2424

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require-dev": {
2323
"nunomaduro/collision": "^5.10|^6.0",
2424
"nunomaduro/larastan": "^1.0",
25-
"orchestra/testbench": "^7.0",
25+
"orchestra/testbench": "^6.25",
2626
"pestphp/pest": "^1.21",
2727
"pestphp/pest-plugin-laravel": "^1.2",
2828
"phpstan/extension-installer": "^1.1",

0 commit comments

Comments
 (0)