Skip to content

Commit 6d3d4bf

Browse files
Update tests.yml
1 parent aa05dfa commit 6d3d4bf

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,21 @@ 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", "12.0" ]
1616
package_lang: [ "13.0", "14.0" ]
1717
exclude:
1818
- laravel: "11.0"
1919
php: "8.1"
20+
21+
- laravel: "12.0"
22+
php: "8.1"
2023

2124
- laravel: "11.0"
2225
package_lang: "13.0"
26+
27+
- laravel: "12.0"
28+
package_lang: "13.0"
2329

2430
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}, Lang ${{ matrix.package_lang }}
2531

0 commit comments

Comments
 (0)