Skip to content

Commit 177e6c2

Browse files
committed
- Fixed testbench
1 parent c84cb2e commit 177e6c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- laravel: 12.*
2424
testbench: 10.*
2525
- laravel: ^11.7
26-
testbench: 9.*
26+
testbench: ^9.16
2727

2828
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2929

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"javaabu/schema": "^1.1"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^9.0 || ^10.0",
24+
"orchestra/testbench": "^9.16 || ^10.0",
2525
"phpunit/phpunit": "^10.5 || ^11.5.3"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)