summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-08-26 17:52:54 +0200
committerAzul <azul@riseup.net>2016-08-26 17:52:54 +0200
commit4c4bcebd0d55800871e2c93dff849a0daf649b85 (patch)
tree8aa457247954e4460dce54653e2251d50bdab9f6 /.gitlab-ci.yml
parent85aff3a58343199b912da0eed9200976e1eacb17 (diff)
[upgrade] ruby 2.3 on CI
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
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.