aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-11 15:00:50 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-11 15:00:50 +0300
commit7435249d6b8995b71a970e57045086b73d0190e2 (patch)
tree985348aea6fecc7ec868e17334a2f5aa14e597a7
parentREADME: update (diff)
downloadblog-7435249d6b8995b71a970e57045086b73d0190e2.tar.gz
blog-7435249d6b8995b71a970e57045086b73d0190e2.zip
workflows/jekyll: include Ruby 2.7
Diffstat (limited to '')
-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 b69feef..dfbad3b 100644
--- a/.github/workflows/jekyll.yml
+++ b/.github/workflows/jekyll.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
- ruby-version: [2.5, 2.6]
+ ruby-version: [2.5, 2.6, 2.7]
version: [Gemfile, latest]
include:
- {version: Gemfile, gemfile: Gemfile}