From 822a16fc539c19f508c8e6b820d224ef07b73354 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 6 Apr 2022 18:40:22 +0200 Subject: [PATCH] Update Postgis image used in tests Signed-off-by: Thomas Citharel --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6bd4358a7..8be02da7e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -110,7 +110,7 @@ deps: exunit: stage: test services: - - name: postgis/postgis:13-3.1 + - name: postgis/postgis:14-3.2 alias: postgres variables: MIX_ENV: test