File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,16 @@ cache:
13
13
matrix :
14
14
include :
15
15
- rvm : 2.7
16
- env : TEST_SUITE=ruby JEKYLL_VERSION="~> 3.8"
16
+ env : TEST_SUITE=ruby JEKYLL_VERSION="~> 3.8.6"
17
+ - rvm : 2.7
18
+ env : TEST_SUITE=ruby JEKYLL_VERSION="~> 3.9"
17
19
- rvm : 2.7
18
20
env : TEST_SUITE=ruby JEKYLL_VERSION="~> 4.0"
19
21
env :
20
22
matrix :
21
23
- TEST_SUITE=node
22
- - TEST_SUITE=ruby JEKYLL_VERSION="~> 3.8"
24
+ - TEST_SUITE=ruby JEKYLL_VERSION="~> 3.8.6"
25
+ - TEST_SUITE=ruby JEKYLL_VERSION="~> 3.9"
23
26
- TEST_SUITE=ruby JEKYLL_VERSION="~> 4.0"
24
27
# Temporarily disable gathering test coverage stats
25
28
# after_success:
Original file line number Diff line number Diff line change 7
7
8
8
# To allow testing with specific Jekyll versions
9
9
gem "jekyll" , ENV [ "JEKYLL_VERSION" ] if ENV [ "JEKYLL_VERSION" ]
10
+ gem "kramdown-parser-gfm" if ENV [ "JEKYLL_VERSION" ] == "~> 3.9"
10
11
11
12
# Fixture site dependencies
12
13
gem "jekyll-redirect-from"
You can’t perform that action at this time.
0 commit comments