Skip to content

Commit f3a2df9

Browse files
committed
Update GitHub Actions for Laravel 10
1 parent f40646b commit f3a2df9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,14 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
php: [7.3, 7.4, 8.0, 8.1]
17-
laravel: [6.0, 7.0, 8.0, 9.0]
17+
laravel: [6.0, 7.0, 8.0, 9.0, 10.0]
1818
exclude:
19+
- php: 7.3
20+
laravel: 10.0
21+
- php: 7.4
22+
laravel: 10.0
23+
- php: 8.0
24+
laravel: 10.0
1925
- php: 7.3
2026
laravel: 9
2127
- php: 7.4

0 commit comments

Comments
 (0)