File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,20 @@ matrix:
7
7
fast_finish : true
8
8
include :
9
9
# Latest versions first
10
- - name : MRI 2.7.0 Latest
11
- rvm : 2.7.0
12
- - name : JRuby 9.2.16.0 Latest on Java 11
13
- rvm : jruby-9.2.16 .0
10
+ - name : Latest MRI 2.7.3
11
+ rvm : 2.7.3
12
+ - name : Latest JRuby 9.2.18.0 on Java 11
13
+ rvm : jruby-9.2.18 .0
14
14
jdk : oraclejdk11
15
- - name : JRuby 9.2.16.0 Latest on Java 8
16
- rvm : jruby-9.2.16 .0
15
+ - name : Latest JRuby 9.2.18.0 on Java 8
16
+ rvm : jruby-9.2.18 .0
17
17
jdk : openjdk8
18
- - name : TruffleRuby Latest
18
+ - name : Latest TruffleRuby
19
19
rvm : truffleruby
20
+
21
+ # Documentation up-to-date check
20
22
- name : YARD uptodate in docs
21
- rvm : 2.7.0
23
+ rvm : 2.7.3
22
24
script :
23
25
- bundle install --with documentation
24
26
- bundle exec rake yard:master:uptodate
You can’t perform that action at this time.
0 commit comments