Skip to content

Commit b043c42

Browse files
committed
chore: add laravel 12 to test matrix (2)
1 parent b8a43cb commit b043c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
php: [8.0, 8.1, 8.2, 8.3]
22-
laravel: [6.*, 7.*, 8.*, 9.*, 10.*, 11.*]
22+
laravel: [6.*, 7.*, 8.*, 9.*, 10.*, 11.*, 12.*]
2323
stability: [prefer-lowest, prefer-stable]
2424
exclude:
2525
# These combinations should work, but there is a problem when testing...

0 commit comments

Comments
 (0)