Skip to content

Commit 6ba4a16

Browse files
Update tests.yml
1 parent 10f26e1 commit 6ba4a16

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@ jobs:
1313
matrix:
1414
php: [ "8.1", "8.2", "8.3", "8.4" ]
1515
laravel: [ "10.0", "11.0", "12.0" ]
16-
package_lang: [ "13.0", "14.0" ]
16+
package_lang: [ "13.0", "14.0", "15.0" ]
1717
exclude:
1818
- laravel: "11.0"
1919
php: "8.1"
2020

2121
- laravel: "12.0"
2222
php: "8.1"
23+
24+
- laravel: "10.0"
25+
package_lang: "15.0"
2326

2427
- laravel: "11.0"
2528
package_lang: "13.0"

0 commit comments

Comments
 (0)