Skip to content

Commit 6d855ac

Browse files
authored
Update ci.yml
Added Laravel 7 support to action.
1 parent c0510c3 commit 6d855ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
max-parallel: 3
1111
matrix:
1212
php-versions: ['7.3']
13-
laravel-versions: ['5.8', '6.0']
13+
laravel-versions: ['5.8', '6.0', '7.0']
1414

1515
name: PHP ${{ matrix.php-versions }} / Laravel ${{ matrix.laravel-versions }}
1616

0 commit comments

Comments
 (0)