summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-12-28 00:40:20 -0700
committerDan Allen <dan.j.allen@gmail.com>2021-12-28 00:46:25 -0700
commit2c0154469b4fd1c064a2fb7028a4bce637bfa3fc (patch)
treeff003e4814f463aa218e1405351b92036e9cfde6 /.github/workflows
parent6ddfd195cdc6419ebf8648c0b0c82c15ccdbd220 (diff)
add JRuby 9.3 to CI matrix
Diffstat (limited to '.github/workflows')
-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 215c55e7..b51c23a0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
- ruby: ['jruby-9.2.19.0', '2.3', '2.7', '3.0', '3.1']
+ ruby: ['jruby-9.3.2.0', '2.3', '2.7', '3.0', '3.1']
asciimath-version: [~]
pygments-version: ['~> 2.0']
rouge-version: [~]