Skip to content

Commit e69530e

Browse files
committed
Laravel constraint
1 parent 76f399c commit e69530e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ jobs:
3535
- laravel: 9.*
3636
php: 7.4
3737

38+
- laravel: 7.*
39+
php: 8.1
40+
41+
- laravel: 8.*
42+
php: 8.1
43+
dependency-version: prefer-lowest
44+
3845
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
3946

4047
steps:

0 commit comments

Comments
 (0)