Skip to content

Commit 7b1e17c

Browse files
committed
Add support for laravel 7 testing
1 parent 23cd0c3 commit 7b1e17c

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
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
php: [7.4]
17-
laravel: [^8.0]
17+
laravel: [^7.0|^8.0]
1818

1919
name: P${{ matrix.php }} - L${{ matrix.laravel }}
2020

0 commit comments

Comments
 (0)