nix: add postgrest-with-postgresql-17
PostgreSQL 17 has been released: https://www.postgresql.org/about/news/postgresql-17-released-2936/ Let's make sure CI runs with it, too.
This commit is contained in:
committed by
Wolfgang Walther
parent
a023bd5742
commit
48aabeb473
@@ -67,7 +67,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
pgVersion: [12, 13, 14, 15, 16]
|
||||
pgVersion: [12, 13, 14, 15, 16, 17]
|
||||
name: PG ${{ matrix.pgVersion }}
|
||||
runs-on: ubuntu-22.04
|
||||
defaults:
|
||||
|
||||
Reference in New Issue
Block a user