Add CI config for Ruby 2.7

This commit is contained in:
Yorick Peterse 2020-01-10 15:29:07 +01:00
parent b9bcd21b2b
commit 7f5c0dc8b0
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@ Ruby 2.6:
image: "ruby:2.6-alpine"
<<: *defaults
Ruby 2.7:
image: "ruby:2.7-alpine"
<<: *defaults
JRuby 9.1:
image: "jruby:9.1-alpine"
variables: