Skip to content

Commit 214c624

Browse files
committed
L7 requires Commonmark 1
1 parent c6ed49a commit 214c624

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
php: [ 7.3, 7.4, 8.0 ]
1717
laravel: [ 7.*, 8.* ]
18-
commonmark: [^1.0, ^2.0]
18+
commonmark: [ ^1.0, ^2.0 ]
1919
dependency-version: [ prefer-lowest, prefer-stable ]
2020
include:
2121
- laravel: 7.*
@@ -29,6 +29,10 @@ jobs:
2929
- commonmark: ^2.0
3030
php: 7.3
3131

32+
# Laravel 7 requires commonmark 1
33+
- commonmark: ^2.0
34+
laravel: 7.*
35+
3236
name: P${{ matrix.php }} - L${{ matrix.laravel }} - C${{ matrix.commonmark }} - ${{ matrix.dependency-version }}
3337

3438
steps:

0 commit comments

Comments
 (0)