diff options
author | Hiroshi SHIBATA <[email protected]> | 2019-09-17 18:06:50 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-09-26 17:48:01 +0900 |
commit | ad638a713a953f62ff598fd820b44a3318f4241e (patch) | |
tree | 64da9a4b9587ea0e7de54f7b96abd56494e15fdd | |
parent | 769a28d7dc913740d864e7478bbc7f9b3a188a5b (diff) |
[rubygems/rubygems] Added jruby to matrix
https://github.com/rubygems/rubygems/commit/0832c079c8
-rw-r--r-- | .github/workflows/ubuntu-rvm.yml | 2 |
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 |