summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-04-16 02:22:02 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-04-16 02:22:02 -0600
commit9257e7c33638d4e3780b84523852d754260bbe8e (patch)
tree767cfc1092db4c04fed22bf7b6d903f57677dd7b /.github
parent359c2d437ac17d694b0583c0d0055b0c43edaa6b (diff)
add JRuby 9.3 to CI matrix; upgrade asciidoctor-diagram to 2.2
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d10af5f7..0430ec17 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
- ruby: [jruby-9.2, '2.5', '2.7', '3.0', '3.1']
+ ruby: [jruby-9.3, jruby-9.2, '2.5', '2.7', '3.0', '3.1']
rouge-version: [~]
upstream: [~]
exclude:
@@ -69,7 +69,7 @@ jobs:
primary: primary
runs-on: ${{ matrix.os }}
env:
- ASCIIDOCTOR_DIAGRAM_VERSION: '~> 2.1'
+ ASCIIDOCTOR_DIAGRAM_VERSION: '~> 2.2'
PYGMENTS_VERSION: '~> 2.0'
RGHOST_VERSION: '0.9.7'
steps: