summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-09-07 00:24:44 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-09-07 00:24:44 -0600
commitc51c5f4aa154a74cead91c0b9b162070de8acd76 (patch)
treec5167e7905ba28f7de9f4f36b74f11e6fdf40d2a /.github/workflows
parent3b9fd3b07d8b514690c937090a149d2664783de9 (diff)
downgrade Rouge to 3 when testing JRuby 9.2
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d6055e9e..ee5b6b62 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -57,6 +57,7 @@ jobs:
include:
- os: ubuntu-latest
ruby: jruby-9.2
+ rouge-version: '~> 3.0'
- os: ubuntu-latest
ruby: '3.0'
- os: macos-latest