Skip to content

Commit c799a9f

Browse files
committed
update CI matrix
1 parent efef0f1 commit c799a9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
include:
12-
- laravel: 9
13-
php: 8.0
1412
- laravel: 10
1513
php: 8.1
1614
- laravel: 11
1715
php: 8.3
16+
- laravel: 12
17+
php: 8.4
1818

1919
name: Tests (PHPUnit) - L${{ matrix.laravel }}
2020

0 commit comments

Comments
 (0)