Skip to content

Commit 11f031e

Browse files
Update github actions to add Laravel 11 to the test matrix.
1 parent c40cc36 commit 11f031e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,14 @@ jobs:
3636
matrix:
3737
os: [ubuntu-latest]
3838
php: ['8.0', '8.1', '8.2']
39-
laravel: ['9.*', '10.*']
39+
laravel: ['9.*', '10.*', '11.*']
4040
exclude:
4141
- php: '8.0'
4242
laravel: '10.*'
43+
- php: '8.0'
44+
laravel: '11.*'
45+
- php: '8.1'
46+
laravel: '11.*'
4347

4448
name: tests - PHP ${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
4549

0 commit comments

Comments
 (0)