Skip to content

Commit 4c7d3f5

Browse files
committed
👷 Laravel 8.0.0 is not compatible with PHP 8.1
1 parent e90eb8b commit 4c7d3f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/run-tests.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
laravel: 6.*
2525
- php: 8.1
2626
laravel: 7.*
27+
- php: 8.1
28+
laravel: 8.*
29+
dependency-version: prefer-lowest
2730

2831
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2932

0 commit comments

Comments
 (0)