Skip to content

Commit 0299a6f

Browse files
Fix Laravel version
1 parent b233341 commit 0299a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
2020
- laravel: 9.*
21-
testbench: ^6.23
21+
testbench: ^7.4.0
2222

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

0 commit comments

Comments
 (0)