update CI tests to postgresql 15

This commit is contained in:
Sarah Hoffmann
2022-11-04 15:23:06 +01:00
parent 616ff4ae25
commit ebe23d6882
2 changed files with 2 additions and 2 deletions

View 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()