From c219fea460bc0a75e1fdbc4e733ea5c04b9d2147 Mon Sep 17 00:00:00 2001 From: Vincent Date: Mon, 6 Jan 2025 18:44:52 +0100 Subject: [PATCH] Update postgis --- .github/workflows/database.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/database.yml b/.github/workflows/database.yml index 40445d08f4..ea1089676c 100644 --- a/.github/workflows/database.yml +++ b/.github/workflows/database.yml @@ -25,14 +25,14 @@ jobs: image_version: "pg11-ts2.3.1-postgis3.3.4" - pg_major: "13" timescaledb_version: "2.14.2" - postgis_version: "3.4.2" + postgis_version: "3.5.1" dockerfile: "pg13_16.Dockerfile" - image_version: "pg13-ts2.14.2-postgis3.4.2" + image_version: "pg13-ts2.14.2-postgis3.5.1" - pg_major: "16" timescaledb_version: "2.14.2" - postgis_version: "3.4.2" + postgis_version: "3.5.1" dockerfile: "pg13_16.Dockerfile" - image_version: "pg16-ts2.14.2-postgis3.4.2" + image_version: "pg16-ts2.14.2-postgis3.5.1" permissions: contents: read packages: write @@ -83,9 +83,9 @@ jobs: from_pg_major: "13" to_pg_major: "16" timescaledb_version: "2.14.2" - postgis_version: "3.4.2" + postgis_version: "3.5.1" dockerfile: "upgrade_pg.Dockerfile" - image_version: "pg13_to_pg16-ts2.14.2-postgis3.4.2" + image_version: "pg13_to_pg16-ts2.14.2-postgis3.5.1" permissions: contents: read