Skip to content

Commit 85f72c8

Browse files
authored
Merge pull request #855 from olleolleolle/patch-2
CI: Use JRuby 9.2.10.0
2 parents 2b5fd71 + 478c64e commit 85f72c8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 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,6 @@ 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
7372

7473
env:
7574
global:

0 commit comments

Comments
 (0)