aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-02 13:09:37 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-02 13:09:37 +0500
commit601337ae2543d24dff91b894267cf5caf0a5d6c8 (patch)
treed7a6fd7016fa0e416edde58f55f877f2596e68fb
parentbump dependencies (diff)
downloadjekyll-theme-601337ae2543d24dff91b894267cf5caf0a5d6c8.tar.gz
jekyll-theme-601337ae2543d24dff91b894267cf5caf0a5d6c8.zip
this nokogiri version requires Ruby >= 2.6
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2962fb7..be607f5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
- ruby-version: [2.5, 2.6, 2.7]
+ ruby-version: [2.6, 2.7]
version: [Gemfile, latest]
include:
- {version: Gemfile, gemfile: Gemfile}