diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-02 13:24:02 +0500 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-02 13:24:02 +0500 |
commit | b6f1527d3be17fa338250027070bb019b731432e (patch) | |
tree | e1f633526699858ea658560c7a1f77e013921154 | |
parent | bump dependencies (diff) | |
download | egor-tensin.github.io-b6f1527d3be17fa338250027070bb019b731432e.tar.gz egor-tensin.github.io-b6f1527d3be17fa338250027070bb019b731432e.zip |
this nokogiri version requires Ruby >= 2.6
-rw-r--r-- | .github/workflows/jekyll.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 410b2fc..7e3e811 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: [2.5, 2.6, 2.7] + ruby-version: [2.6, 2.7] version: [Gemfile, latest] include: - {version: Gemfile, gemfile: Gemfile} |