remove: drop support for PostgreSQL 13

PostgreSQL 13 has been EOL since November 2025 and will not be available
in the next Nixpkgs bump anymore.
This commit is contained in:
Wolfgang Walther
2026-04-19 13:16:55 +00:00
parent 4ccb125e85
commit 1b74b93466
8 changed files with 21 additions and 34 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pgVersion: [13, 14, 15, 16, 17]
pgVersion: [14, 15, 16, 17]
name: PG ${{ matrix.pgVersion }}
runs-on: ubuntu-24.04
defaults: