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:
1313matrix :
1414 include :
1515 - 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"
1719 - rvm : 2.7
1820 env : TEST_SUITE=ruby JEKYLL_VERSION="~> 4.0"
1921env :
2022 matrix :
2123 - 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"
2326 - TEST_SUITE=ruby JEKYLL_VERSION="~> 4.0"
2427# Temporarily disable gathering test coverage stats
2528# after_success:
Original file line number Diff line number Diff line change 77
88# To allow testing with specific Jekyll versions
99gem "jekyll" , ENV [ "JEKYLL_VERSION" ] if ENV [ "JEKYLL_VERSION" ]
10+ gem "kramdown-parser-gfm" if ENV [ "JEKYLL_VERSION" ] == "~> 3.9"
1011
1112# Fixture site dependencies
1213gem "jekyll-redirect-from"
You can’t perform that action at this time.
0 commit comments