Skip to content

Commit ee322de

Browse files
FIX laravel 13 support
1 parent 4d73c85 commit ee322de

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
stability: [prefer-lowest, prefer-stable]
3838
include:
3939
- laravel: 13.*
40-
testbench: ^11.0
40+
testbench: 11.*
4141
- laravel: 12.*
42-
testbench: ^10.0
42+
testbench: 10.*
4343
- laravel: 11.*
44-
testbench: ^9.1.0
44+
testbench: 9.*
4545

4646
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
4747

0 commit comments

Comments
 (0)