diff options
author | Azul <azul@riseup.net> | 2016-08-26 17:52:54 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-08-26 17:52:54 +0200 |
commit | 4c4bcebd0d55800871e2c93dff849a0daf649b85 (patch) | |
tree | 8aa457247954e4460dce54653e2251d50bdab9f6 | |
parent | 85aff3a58343199b912da0eed9200976e1eacb17 (diff) |
[upgrade] ruby 2.3 on CI
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2c930c..14e56a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # This file is a template, and might need editing before it works on your project. # Official language image. Look for the different tagged releases at: # https://hub.docker.com/r/library/ruby/tags/ -image: "ruby:2.1" +image: "ruby:2.3" # Pick zero or more services to be used on all builds. # Only needed when using a docker container to run your tests in. |