Add CI config for Ruby 2.7
This commit is contained in:
parent
b9bcd21b2b
commit
7f5c0dc8b0
|
@ -30,6 +30,10 @@ Ruby 2.6:
|
||||||
image: "ruby:2.6-alpine"
|
image: "ruby:2.6-alpine"
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
|
||||||
|
Ruby 2.7:
|
||||||
|
image: "ruby:2.7-alpine"
|
||||||
|
<<: *defaults
|
||||||
|
|
||||||
JRuby 9.1:
|
JRuby 9.1:
|
||||||
image: "jruby:9.1-alpine"
|
image: "jruby:9.1-alpine"
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Reference in New Issue