summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-11-09 16:42:04 -0700
committerDan Allen <dan.j.allen@gmail.com>2020-11-09 16:42:04 -0700
commit1215bedf241d4be44c14601e29585b143a4ccf12 (patch)
treee744af7be80cce3287c35a297158b50d7b930956
parent545f276abf291b8ef5d4082441f441d702996c49 (diff)
fix version of Ruby 2.3 in CI job matrix [skip ci]
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 433086cc..a2724b65 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
- os: ubuntu-latest
ruby: jruby-9.2.13.0
- os: ubuntu-latest
- ruby: 2.3.8
+ ruby: '2.3'
rouge-version: '~> 2.0.0'
- os: ubuntu-latest
ruby: '2.7'