Commit f7ac94d 1 parent e11bbf7 commit f7ac94d Copy full SHA for f7ac94d
File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,19 @@ env: JRUBY_OPTS="$JRUBY_OPTS --debug"
17
17
18
18
rvm :
19
19
# Include JRuby first because it takes the longest
20
- - jruby-9.1.16 .0
20
+ - jruby-9.2.5 .0
21
21
- 2.3
22
22
- 2.4
23
23
- 2.5
24
+ - 2.6
24
25
25
26
matrix :
26
27
fast_finish : true
27
28
include :
28
29
# Only run RuboCop and Yardstick metrics on the latest Ruby
29
- - rvm : 2.5
30
+ - rvm : 2.6
30
31
env : SUITE="rubocop"
31
- - rvm : 2.5
32
+ - rvm : 2.6
32
33
env : SUITE="yardstick"
33
34
34
35
branches :
Original file line number Diff line number Diff line change @@ -167,7 +167,8 @@ versions:
167
167
* Ruby 2.3.x
168
168
* Ruby 2.4.x
169
169
* Ruby 2.5.x
170
- * JRuby 9.1.x.x
170
+ * Ruby 2.6.x
171
+ * JRuby 9.2.x.x
171
172
172
173
If something doesn't work on one of these versions, it's a bug.
173
174
You can’t perform that action at this time.
0 commit comments