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:
parent
769a28d7dc
commit
ad638a713a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ubuntu-rvm.yml
vendored
2
.github/workflows/ubuntu-rvm.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue