mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-06 18:14:16 +00:00
update CI to test against PostgreSQL 18
This commit is contained in:
4
.github/workflows/ci-tests.yml
vendored
4
.github/workflows/ci-tests.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
python: '3.9'
|
python: '3.9'
|
||||||
- flavour: ubuntu-24
|
- flavour: ubuntu-24
|
||||||
ubuntu: 24
|
ubuntu: 24
|
||||||
postgresql: 17
|
postgresql: 18
|
||||||
lua: '5.3'
|
lua: '5.3'
|
||||||
dependencies: apt
|
dependencies: apt
|
||||||
python: 'builtin'
|
python: 'builtin'
|
||||||
@@ -326,7 +326,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: ./Nominatim/.github/actions/setup-postgresql
|
- uses: ./Nominatim/.github/actions/setup-postgresql
|
||||||
with:
|
with:
|
||||||
postgresql-version: 17
|
postgresql-version: 18
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user