aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-02 14:58:18 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-02 14:58:18 +0500
commitbdeb1451d3c514f9d4c47c10980d98ab92c12553 (patch)
tree7cb53afe9d586b073dc6d2f0ba9c2bbb8ef858c9
parentbump dependencies (diff)
downloadsorting-algorithms-bdeb1451d3c514f9d4c47c10980d98ab92c12553.tar.gz
sorting-algorithms-bdeb1451d3c514f9d4c47c10980d98ab92c12553.zip
this nokogiri version requires Ruby >= 2.6
-rw-r--r--.github/workflows/jekyll.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml
index ddb1263..90e3814 100644
--- a/.github/workflows/jekyll.yml
+++ b/.github/workflows/jekyll.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}