From a18b60e72014f17fe6a3d4e3c5f6ee3100e23341 Mon Sep 17 00:00:00 2001 From: Blottiere Paul Date: Wed, 19 Jul 2023 23:20:52 +0200 Subject: [PATCH] Fix workflow --- .github/workflows/focal_postgres12_postgis25.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/focal_postgres12_postgis25.yml b/.github/workflows/focal_postgres12_postgis25.yml index 2b84562..61df730 100644 --- a/.github/workflows/focal_postgres12_postgis25.yml +++ b/.github/workflows/focal_postgres12_postgis25.yml @@ -16,7 +16,7 @@ jobs: - name: Install PostgreSQL and PostGIS env: POSTGRESQL_VERSION: 12 - POSTGIS_VERSION: 2 + POSTGIS_VERSION: 2.5 run: .github/scripts/postgresql_postgis.sh - name: Install and check PgPointCloud run: .github/scripts/pgpointcloud.sh