diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-08-26 23:58:03 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-08-27 00:37:16 -0600 |
| commit | 2c2e6652fdcb16e26f52ea565bddd93cb2a82040 (patch) | |
| tree | 9b363f42f8c8423a635e8dd1057086b8049b0069 | |
| parent | 024f56f3b790180cebbe25a93e7e5d679fdfca8f (diff) | |
upgrade JRuby in CI matrix
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9163f72..d6055e9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - ruby: [jruby-9.3.4.0, '2.7', '3.1'] + ruby: [jruby-9.3.7.0, '2.7', '3.1'] rouge-version: [~] asciidoctor-diagram-version: ['~> 2.2'] asciidoctor-kroki-version: [~] @@ -82,8 +82,6 @@ jobs: env: PYGMENTS_VERSION: '~> 2.0' RGHOST_VERSION: '0.9.7' - # work around `Permission denied - NUL' error when installing/using the bundler gem on JRuby for Windows - JRUBY_OPTS: '-J-Djdk.io.File.enableADS=true' steps: - name: Checkout uses: actions/checkout@v2 |
