Skip to content

Commit 9a7c1db

Browse files
Update tests.yml
1 parent 2b4072d commit 9a7c1db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
php: [ "8.1", "8.2", "8.3" ]
15-
laravel: [ "10.0", "11.0" ]
14+
php: [ "8.1", "8.2", "8.3", "8.4" ]
15+
laravel: [ "10.0", "11.0", "8.4" ]
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)