From 7f5c0dc8b09b67694c84f644ce3a94fd1d5f43d3 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Fri, 10 Jan 2020 15:29:07 +0100 Subject: [PATCH] Add CI config for Ruby 2.7 --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 092245a..fcb396e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: