update CI to test against PostgreSQL 18

This commit is contained in:
Sarah Hoffmann
2025-10-20 18:50:30 +02:00
parent aa3fce6852
commit 93b2a0f194

View File

@@ -47,7 +47,7 @@ jobs:
python: '3.9'
- flavour: ubuntu-24
ubuntu: 24
postgresql: 17
postgresql: 18
lua: '5.3'
dependencies: apt
python: 'builtin'
@@ -326,7 +326,7 @@ jobs:
- uses: ./Nominatim/.github/actions/setup-postgresql
with:
postgresql-version: 17
postgresql-version: 18
- name: Install Python dependencies
run: |