Skip to content

Commit 32eeeba

Browse files
author
Andrey Helldar
committed
Added tests for the Laravel 7.x
1 parent 76fe4d6 commit 32eeeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
php: [ "7.3", "7.4", "8.0" ]
12-
laravel: [ "8.0" ]
12+
laravel: [ "7.0", "8.0" ]
1313
support: [ "2.0", "3.0" ]
1414

1515
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}, Support ${{ matrix.support }}

0 commit comments

Comments
 (0)