diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-04-15 01:04:41 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-04-15 01:04:41 -0600 |
| commit | d7bf59fec1d0ec65fd24bf0ea02d4f31234b5046 (patch) | |
| tree | 18b7912bdc8a693ea88c00330332ddb1f06de4ab /.github | |
| parent | afcdac29a3134d3e044e1d15d3c412c49d1200ff (diff) | |
upgrade JRuby 9.2 in 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 05600d3f..5ba4e513 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: ruby: jruby-9.1.17.0 pygments-version: ~ - os: ubuntu-latest - ruby: jruby-9.2.13.0 + ruby: jruby-9.2.17.0 - os: macos-latest ruby: '3.0' - os: ubuntu-latest |
