ci: test against PostgreSQL 18

This commit is contained in:
Wolfgang Walther
2026-04-19 13:16:55 +00:00
parent d79f28fd75
commit 03f7234360
6 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pgVersion: [14, 15, 16, 17]
pgVersion: [14, 15, 16, 17, 18]
name: PG ${{ matrix.pgVersion }}
runs-on: ubuntu-24.04
defaults: