]> git.openstreetmap.org Git - nominatim.git/commitdiff
update CI tests to postgresql 15
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 4 Nov 2022 14:23:06 +0000 (15:23 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 4 Nov 2022 15:21:15 +0000 (16:21 +0100)
.github/workflows/ci-tests.yml
module/CMakeLists.txt

index a26ad0001a357ee99b1c5cdacca37c5e7db6643c..7f9b82f437e97f43fc77d059c03d88adb76b0db4 100644 (file)
@@ -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
index 9684a8172ef0fdf7fc7de08564b99e3cb634a695..c85942982fd955b26962f423000accffe3d33958 100644 (file)
@@ -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()