Skip to content

Commit 98ba843

Browse files
committed
Add Laravel 12 to testing matrix
1 parent 054f04d commit 98ba843

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
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
php: [8.1, 8.2, 8.3, 8.4]
16-
laravel: [10.*, 11.*]
16+
laravel: [10.*, 11.*, 12.*]
1717
stability: [prefer-lowest, prefer-stable]
1818
os: [ubuntu-latest]
1919
include:
@@ -28,6 +28,8 @@ jobs:
2828
exclude:
2929
- php: 8.1
3030
laravel: 11.*
31+
- php: 8.1
32+
laravel: 12.*
3133
- php: 8.4
3234
laravel: 10.*
3335

0 commit comments

Comments
 (0)