Skip to content

Commit b0fd723

Browse files
committed
chore: add laravel 12 to test matrix
1 parent f4dd7b4 commit b0fd723

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/unit-tests.yml

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
php: 8.2
3030
- laravel: 8.*
3131
php: 8.3
32+
# Laravel 12.x only supports PHP ^8.2
33+
- laravel: 12.*
34+
php: 8.0
35+
- laravel: 12.*
36+
php: 8.1
3237
# Laravel 11.x only supports PHP ^8.2
3338
- laravel: 11.*
3439
php: 8.0

0 commit comments

Comments
 (0)