From ebe23d6882c467bcb0f3c0cd2f1d85e2557f2613 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 4 Nov 2022 15:23:06 +0100 Subject: [PATCH] update CI tests to postgresql 15 --- .github/workflows/ci-tests.yml | 2 +- module/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index a26ad000..7f9b82f4 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -50,7 +50,7 @@ jobs: pytest: py.test-3 php: 7.4 - ubuntu: 22 - postgresql: 14 + postgresql: 15 postgis: 3 pytest: py.test-3 php: 8.1 diff --git a/module/CMakeLists.txt b/module/CMakeLists.txt index 9684a817..c8594298 100644 --- a/module/CMakeLists.txt +++ b/module/CMakeLists.txt @@ -1,6 +1,6 @@ # just use the pgxs makefile -foreach(suffix ${PostgreSQL_ADDITIONAL_VERSIONS} "14" "13" "12" "11" "10" "9.6") +foreach(suffix ${PostgreSQL_ADDITIONAL_VERSIONS} "15" "14" "13" "12" "11" "10" "9.6") list(APPEND PG_CONFIG_HINTS "/usr/pgsql-${suffix}/bin") endforeach() -- 2.45.1