diff options
author | rinpatch <rinpatch@sdf.org> | 2019-03-11 22:36:02 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-03-11 22:36:02 +0300 |
commit | 7b227d935d96e81be46b0643124d8443f2842ce8 (patch) | |
tree | 59858db964b3155320bb7c8d374f5c20036d15ad | |
parent | 8e6b8506105a304bca9159bfcd5cc7cb9516e387 (diff) | |
download | pleroma-7b227d935d96e81be46b0643124d8443f2842ce8.tar.gz |
Switch the CI to Elixir 1.8.1
-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 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 |