We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ed49a commit 214c624Copy full SHA for 214c624
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
matrix:
16
php: [ 7.3, 7.4, 8.0 ]
17
laravel: [ 7.*, 8.* ]
18
- commonmark: [^1.0, ^2.0]
+ commonmark: [ ^1.0, ^2.0 ]
19
dependency-version: [ prefer-lowest, prefer-stable ]
20
include:
21
- laravel: 7.*
@@ -29,6 +29,10 @@ jobs:
29
- commonmark: ^2.0
30
php: 7.3
31
32
+ # Laravel 7 requires commonmark 1
33
+ - commonmark: ^2.0
34
+ laravel: 7.*
35
+
36
name: P${{ matrix.php }} - L${{ matrix.laravel }} - C${{ matrix.commonmark }} - ${{ matrix.dependency-version }}
37
38
steps:
0 commit comments