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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user