Skip to content

Commit 3e10ed4

Browse files
Update tests.yml
1 parent dfa5af8 commit 3e10ed4

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
@@ -12,10 +12,12 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
php: [ "8.1", "8.2", "8.3" ]
15-
laravel: [ "10.0", "11.0" ]
15+
laravel: [ "10.0", "11.0", "12.0" ]
1616
exclude:
1717
- laravel: "11.0"
1818
php: "8.1"
19+
- laravel: "12.0"
20+
php: "8.1"
1921

2022
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
2123

0 commit comments

Comments
 (0)