Skip to content

Commit 3e92719

Browse files
author
Andrey Helldar
authored
Update and rename phpunit.yml to laravel-6-7.yml
1 parent a595e64 commit 3e92719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit.yml renamed to .github/workflows/laravel-6-7.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: phpunit
1+
name: "Laravel 6-7"
22
on: [ push ]
33

44
jobs:
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
php: [ "7.3", "7.4", "8.0" ]
12-
laravel: [ "6.0", "7.0", "8.0" ]
12+
laravel: [ "6.0", "7.0" ]
1313

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

0 commit comments

Comments
 (0)