Skip to content

Commit 7b30152

Browse files
author
David Bohn
committed
Fix tests using old faker version
1 parent b0857ea commit 7b30152

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
include:
2020
- laravel: 6.*
2121
testbench: 4.*
22+
exclude:
23+
- laravel: 6.*
24+
php: 7.4
25+
dependency-version: prefer-lowest
2226

2327
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2428

0 commit comments

Comments
 (0)