diff options
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
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: |
