From 4172d646fd233c81155b68b467f4348e2ef12b00 Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 30 Apr 2024 16:57:06 +0200 Subject: [PATCH] Correct postgis version --- .github/workflows/database.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/database.yml b/.github/workflows/database.yml index aacacb6b6b..f481cbda7f 100644 --- a/.github/workflows/database.yml +++ b/.github/workflows/database.yml @@ -20,9 +20,9 @@ jobs: image_version: "pg11-ts1.7.4-postgis2.5.5" - pg_major: "11" timescaledb_version: "2.3.1" - postgis_version: "3.3.6" + postgis_version: "3.3.4" dockerfile: "pg11.Dockerfile" - image_version: "pg11-ts2.3.1-postgis3.3.6" + image_version: "pg11-ts2.3.1-postgis3.3.4" - pg_major: "13" timescaledb_version: "2.14.2" postgis_version: "3.4.2"