aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ubuntu-rvm.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu-rvm.yml b/.github/workflows/ubuntu-rvm.yml
index a136779ede..4337e7d0c8 100644
--- a/.github/workflows/ubuntu-rvm.yml
+++ b/.github/workflows/ubuntu-rvm.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ruby: [ 'ruby-head' ]
+ ruby: [ 'ruby-head', 'jruby-9.2.8.0' ]
test_tool: [ "rubygems", "bundler" ]
steps:
- uses: actions/checkout@master