Skip to content

Commit 091fc7c

Browse files
authored
Update tests.yml
1 parent bc2cc0a commit 091fc7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
php: [ 8.2, 8.1 ]
14-
laravel: [ 10.* ]
14+
laravel: [ 11.*, 10.* ]
1515
dependency-version: [ prefer-stable ]
1616
include:
17+
- laravel: 11.*
18+
testbench: 9.*
1719
- laravel: 10.*
1820
testbench: 8.*
1921
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

0 commit comments

Comments
 (0)