diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-06-24 23:58:40 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-06-25 00:10:29 -0600 |
| commit | 2fe745a6d5ac32eaab5098d5b8df0a3e19563712 (patch) | |
| tree | 258d8789bc85ce52544761dce2d0775cc158cb16 /.github | |
| parent | 9265f608f627b957bbc4b452a5a2b8417bf3d629 (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 0292e774..17801239 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - ruby: ['jruby-9.2.17.0', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0'] + ruby: ['jruby-9.2.19.0', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0'] asciimath-version: [~] pygments-version: ['~> 2.0'] rouge-version: [~] |
