Skip to content

Commit 41b0829

Browse files
authored
CI: Use JRuby 9.2.19.0
This makes us use the latest generally available release: https://www.jruby.org/2021/06/15/jruby-9-2-19-0.html
1 parent d4be7f9 commit 41b0829

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ matrix:
99
# Latest versions first
1010
- name: Latest MRI 2.7.3
1111
rvm: 2.7.3
12-
- name: Latest JRuby 9.2.18.0 on Java 11
13-
rvm: jruby-9.2.18.0
12+
- name: Latest JRuby 9.2.19.0 on Java 11
13+
rvm: jruby-9.2.19.0
1414
jdk: oraclejdk11
15-
- name: Latest JRuby 9.2.18.0 on Java 8
16-
rvm: jruby-9.2.18.0
15+
- name: Latest JRuby 9.2.19.0 on Java 8
16+
rvm: jruby-9.2.19.0
1717
jdk: openjdk8
1818
- name: Latest TruffleRuby
1919
rvm: truffleruby

0 commit comments

Comments
 (0)