diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-11 15:11:19 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-11 15:11:19 +0300 |
commit | 9231ae02a25248c7c05706ce16fb1e16dcc581ed (patch) | |
tree | 7601449da9e408f65f583e69593dd5c3f4328c91 /.github/workflows/test.yml | |
parent | bump jekyll-theme (diff) | |
download | egor-tensin.github.io-9231ae02a25248c7c05706ce16fb1e16dcc581ed.tar.gz egor-tensin.github.io-9231ae02a25248c7c05706ce16fb1e16dcc581ed.zip |
workflows/test: include Ruby 2.7
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/test.yml | 2 |
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} |