Skip to content

Commit 3bdbefb

Browse files
authored
CI: Use JRuby 9.2.10.0
Release blog post for JRuby https://www.jruby.org/2020/02/18/jruby-9-2-10-0.html
1 parent 2b5fd71 commit 3bdbefb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ matrix:
99
# Latest versions first
1010
- name: MRI 2.7.0 Latest
1111
rvm: 2.7.0
12-
- name: JRuby 9.2.9.0 Latest on Java 11
13-
rvm: jruby-9.2.9.0
12+
- name: JRuby 9.2.10.0 Latest on Java 11
13+
rvm: jruby-9.2.10.0
1414
jdk: oraclejdk11
15-
- name: JRuby 9.2.9.0 Latest on Java 8
16-
rvm: jruby-9.2.9.0
15+
- name: JRuby 9.2.10.0 Latest on Java 8
16+
rvm: jruby-9.2.10.0
1717
jdk: openjdk8
1818
- name: TruffleRuby Latest
1919
rvm: truffleruby
@@ -69,7 +69,7 @@ matrix:
6969
- rvm: rbx-3
7070
- name: TruffleRuby Latest
7171
- name: YARD uptodate in docs
72-
- name: JRuby 9.2.9.0 Latest on Java 11
72+
- name: JRuby 9.2.10.0 Latest on Java 11
7373

7474
env:
7575
global:

0 commit comments

Comments
 (0)