Skip to content

Commit 4931fb7

Browse files
Accidentally removed Laravel 7
1 parent 118d45a commit 4931fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
php: [ 7.2, 7.3, 7.4, '8.0', 8.1 ]
16-
laravel: [ 6, 8, 9 ]
16+
laravel: [ 6, 7, 8, 9 ]
1717
stability: ['prefer-lowest', 'prefer-stable']
1818
exclude:
1919
- php: 7.2

0 commit comments

Comments
 (0)