Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 8a1bd91

Browse files
committed
Update GitHub Actions for Laravel 10
1 parent 4d5b9a0 commit 8a1bd91

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@ jobs:
99
matrix:
1010
os: [ubuntu-latest]
1111
php: [ 7.3, 7.4, '8.0', 8.1 ]
12-
laravel: [ 7, 8, 9 ]
12+
laravel: [ 7, 8, 9 , 10]
1313
exclude:
14+
- php: 7.3
15+
laravel: 10
16+
- php: 7.4
17+
laravel: 10
18+
- php: 8.0
19+
laravel: 10
1420
- php: 7.3
1521
laravel: 9
1622
- php: 7.4

0 commit comments

Comments
 (0)