Skip to content

Commit 6248da1

Browse files
committed
ci: patch laravel version
1 parent 886d014 commit 6248da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
php: [ 7.3, 7.4 ]
19-
laravel: [ '^6.10', '^7.0', '^7.8' ]
19+
laravel: [ '^6.10', '^7.0', '^8.0' ]
2020
dependency-version: [prefer-lowest, prefer-stable]
2121

2222
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

0 commit comments

Comments
 (0)