Skip to content

Commit

Permalink
Update JRuby version in Travis CI config
Browse files Browse the repository at this point in the history
JRuby v9.2.9.0 was released at the end of Oct 2019 [1].

[1]: https://www.jruby.org/2019/10/30/jruby-9-2-9-0.html
  • Loading branch information
floehopper committed Nov 16, 2019
1 parent 18cb1a9 commit eb061c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rvm:
- 2.5.7
- 2.6.5
- ruby-head
- jruby-9.2.8.0
- jruby-9.2.9.0
- jruby-head
- truffleruby
gemfile:
Expand All @@ -28,7 +28,7 @@ matrix:
- rvm: jruby-head
gemfile: gemfiles/Gemfile.minitest.latest
env: MOCHA_OPTIONS=debug MOCHA_RUN_INTEGRATION_TESTS=minitest
- rvm: jruby-9.2.8.0
- rvm: jruby-9.2.9.0
gemfile: gemfiles/Gemfile.minitest.latest
env: MOCHA_OPTIONS=debug MOCHA_RUN_INTEGRATION_TESTS=minitest
- rvm: ruby-head
Expand Down Expand Up @@ -106,7 +106,7 @@ matrix:
- rvm: truffleruby
gemfile: gemfiles/Gemfile.test-unit.latest
env: MOCHA_OPTIONS=debug MOCHA_RUN_INTEGRATION_TESTS=test-unit
- rvm: jruby-9.2.8.0
- rvm: jruby-9.2.9.0
gemfile: gemfiles/Gemfile.test-unit.latest
env: MOCHA_OPTIONS=debug MOCHA_RUN_INTEGRATION_TESTS=test-unit
- rvm: jruby-head
Expand Down

0 comments on commit eb061c5

Please sign in to comment.