aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-11 15:05:53 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-11 15:05:53 +0300
commit0d1e51d3aa93b91d91335c2f2c764a37a71baa67 (patch)
tree36083bef6514aeb3632fd9f11f2ccec2b44ecad3
parentremove stupid _config_dev.yml (diff)
downloadsorting-algorithms-0d1e51d3aa93b91d91335c2f2c764a37a71baa67.tar.gz
sorting-algorithms-0d1e51d3aa93b91d91335c2f2c764a37a71baa67.zip
workflows/jekyll: include Ruby 2.7
-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 be87f3d..5a4898a 100644
--- a/.github/workflows/jekyll.yml
+++ b/.github/workflows/jekyll.yml
@@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
- ruby-version: [2.5, 2.6]
+ ruby-version: [2.5, 2.6, 2.7]
version: [Gemfile, latest]
include:
- {version: Gemfile, gemfile: Gemfile}