diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-11-09 16:42:04 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2020-11-09 16:42:04 -0700 |
| commit | 1215bedf241d4be44c14601e29585b143a4ccf12 (patch) | |
| tree | e744af7be80cce3287c35a297158b50d7b930956 /.github | |
| parent | 545f276abf291b8ef5d4082441f441d702996c49 (diff) | |
fix version of Ruby 2.3 in CI job matrix [skip ci]
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
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' |
