Skip to content

Commit c02ec72

Browse files
author
Andrey Helldar
authored
Merge pull request #23 from TheDragonCode/2.x
Update GitHub Actions
2 parents 3c5978b + 9346b7d commit c02ec72

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/laravel-6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [ "7.3", "7.4", "8.0" ]
1211
laravel: [ "6.0" ]
12+
php: [ "7.3", "7.4", "8.0" ]
1313

1414
name: PHP ${{ matrix.php }}
1515

.github/workflows/laravel-7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [ "7.3", "7.4", "8.0" ]
1211
laravel: [ "7.0" ]
12+
php: [ "7.3", "7.4", "8.0" ]
1313

1414
name: PHP ${{ matrix.php }}
1515

.github/workflows/laravel-8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [ "7.3", "7.4", "8.0", "8.1" ]
1211
laravel: [ "8.0" ]
12+
php: [ "7.3", "7.4", "8.0", "8.1" ]
1313

1414
name: PHP ${{ matrix.php }}
1515

0 commit comments

Comments
 (0)