aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-11 15:11:19 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-11 15:11:19 +0300
commit9231ae02a25248c7c05706ce16fb1e16dcc581ed (patch)
tree7601449da9e408f65f583e69593dd5c3f4328c91 /.github
parentbump jekyll-theme (diff)
downloadegor-tensin.github.io-9231ae02a25248c7c05706ce16fb1e16dcc581ed.tar.gz
egor-tensin.github.io-9231ae02a25248c7c05706ce16fb1e16dcc581ed.zip
workflows/test: include Ruby 2.7
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2003d15..bf52d01 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,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}