From 93b2a0f19493faeea7f4d10d0b858b9870456a64 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 20 Oct 2025 18:50:30 +0200 Subject: [PATCH] update CI to test against PostgreSQL 18 --- .github/workflows/ci-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 794da84d..ff89bfbf 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -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: | -- 2.39.5