Skip to content

Commit e3c9f5b

Browse files
authored
Update tests.yml
1 parent c629c8c commit e3c9f5b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,25 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
php: [7.2, 7.3, 7.4, "8.0", 8.1, 8.2]
16-
laravel: [6, 7, 8, 9]
16+
laravel: [6, 7, 8, 9, 10]
1717
stability: ["prefer-lowest", "prefer-stable"]
1818
exclude:
1919
- php: 7.2
2020
laravel: 8
2121
- php: 7.2
2222
laravel: 9
23+
- php: 7.2
24+
laravel: 10
2325
- php: 7.3
2426
laravel: 9
27+
- php: 7.3
28+
laravel: 10
2529
- php: 7.4
2630
laravel: 9
31+
- php: 7.4
32+
laravel: 10
33+
- php: '8.0'
34+
laravel: 10
2735
- php: 8.1
2836
laravel: 6
2937
- php: 8.1

0 commit comments

Comments
 (0)