Skip to content

Commit d2dcb0f

Browse files
author
Andrey Helldar
committed
Laravel 6 and 7 doesn't work with PHP 8.1
1 parent 577b62d commit d2dcb0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/laravel-6.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
php: [ "7.2", "7.3", "7.4", "8.0", "8.1" ]
14+
php: [ "7.2", "7.3", "7.4", "8.0" ]
1515
laravel: [ "6.0" ]
1616

1717
name: PHP ${{ matrix.php }}

.github/workflows/laravel-7.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
php: [ "7.2", "7.3", "7.4", "8.0", "8.1" ]
14+
php: [ "7.2", "7.3", "7.4", "8.0" ]
1515
laravel: [ "7.0" ]
1616

1717
name: PHP ${{ matrix.php }}

0 commit comments

Comments
 (0)