Skip to content

Commit 8e899d2

Browse files
authored
Update tests.yml
1 parent 71dd9e0 commit 8e899d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
php: [8.1, 8.2, 8.3, 8.4]
19-
laravel: [10, 11]
19+
laravel: [10, 11, 12]
2020
exclude:
2121
- php: 8.4
2222
laravel: 10
2323
- php: 8.1
2424
laravel: 11
25+
- php: 8.1
26+
laravel: 12
2527

2628
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2729

0 commit comments

Comments
 (0)