Skip to content

Commit

Permalink
Drop JRuby 9.1.17.0
Browse files Browse the repository at this point in the history
It supports Ruby 2.3.x support but RDoc has dropped support of the version.
  • Loading branch information
aycabta authored and nobu committed Oct 25, 2019
1 parent d2cf591 commit 9d4c227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-rvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ 'jruby-9.2.6.0', 'jruby-9.1.17.0', 'ruby-head' ]
ruby: [ 'jruby-9.2.6.0', 'ruby-head' ]
fail-fast: false
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 9d4c227

Please sign in to comment.