From: Sarah Hoffmann Date: Fri, 4 Nov 2022 14:23:06 +0000 (+0100) Subject: update CI tests to postgresql 15 X-Git-Tag: v4.2.0~21^2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/ebe23d6882c467bcb0f3c0cd2f1d85e2557f2613 update CI tests to postgresql 15 --- 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()