Skip to content

Commit 3d455e3

Browse files
committed
exclude some php version on laravel 9
1 parent dcb777f commit 3d455e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
php: [ 7.3, 7.4, 8.0, 8.1]
99
laravel: [9.*, 8.*, 7.*]
1010
exclude:
11+
- laravel: 9.*
12+
php: [ 7.3, 7.4 ]
1113
- laravel: 7.*
1214
php: 8.1
1315
include:

0 commit comments

Comments
 (0)