1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Added jruby to matrix

https://github.com/rubygems/rubygems/commit/0832c079c8
This commit is contained in:
Hiroshi SHIBATA 2019-09-17 18:06:50 +09:00
parent 769a28d7dc
commit ad638a713a
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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