Skip to content

Commit 8c99a1b

Browse files
authored
Use latest JRuby v9.2.18 in Travis CI builds
1 parent 0f849aa commit 8c99a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rvm:
1414
- 2.6.5
1515
- 2.7.0
1616
- ruby-head
17-
- jruby-9.2.14.0
17+
- jruby-9.2.18.0
1818
- jruby-head
1919
- truffleruby
2020
gemfile:
@@ -29,7 +29,7 @@ matrix:
2929
- rvm: jruby-head
3030
gemfile: gemfiles/Gemfile.minitest.latest
3131
env: MOCHA_OPTIONS=debug MOCHA_RUN_INTEGRATION_TESTS=minitest
32-
- rvm: jruby-9.2.14.0
32+
- rvm: jruby-9.2.18.0
3333
gemfile: gemfiles/Gemfile.minitest.latest
3434
env: MOCHA_OPTIONS=debug MOCHA_RUN_INTEGRATION_TESTS=minitest
3535
- rvm: ruby-head

0 commit comments

Comments
 (0)