mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
update CI tests to postgresql 15
This commit is contained in:
2
.github/workflows/ci-tests.yml
vendored
2
.github/workflows/ci-tests.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
|||||||
pytest: py.test-3
|
pytest: py.test-3
|
||||||
php: 7.4
|
php: 7.4
|
||||||
- ubuntu: 22
|
- ubuntu: 22
|
||||||
postgresql: 14
|
postgresql: 15
|
||||||
postgis: 3
|
postgis: 3
|
||||||
pytest: py.test-3
|
pytest: py.test-3
|
||||||
php: 8.1
|
php: 8.1
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# just use the pgxs makefile
|
# 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
|
list(APPEND PG_CONFIG_HINTS
|
||||||
"/usr/pgsql-${suffix}/bin")
|
"/usr/pgsql-${suffix}/bin")
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|||||||
Reference in New Issue
Block a user