From 7b227d935d96e81be46b0643124d8443f2842ce8 Mon Sep 17 00:00:00 2001 From: rinpatch Date: Mon, 11 Mar 2019 22:36:02 +0300 Subject: [PATCH] Switch the CI to Elixir 1.8.1 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6deb0a1de..30589c9c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: elixir:1.7.2 +image: elixir:1.8.1 services: - name: postgres:9.6.2