Skip to content

Commit 94ac468

Browse files
authored
Update tests
1 parent 7ab9d31 commit 94ac468

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ jobs:
2525
- laravel: 11.*
2626
testbench: 9.*
2727
- laravel: 12.*
28-
testbench: 9.*
28+
testbench: 10.*
2929
exclude:
3030
- laravel: 10.*
3131
php: 8.4
3232
- laravel: 11.*
3333
php: 8.1
34+
- laravel: 12.*
35+
php: 8.1
3436

3537
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
3638

0 commit comments

Comments
 (0)