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
+4
View File
@@ -5,6 +5,7 @@ module PostgREST.Config.PgVersion
, minimumPgVersion
, pgVersion150
, pgVersion170
, pgVersion180
) where
import qualified Data.Aeson as JSON
@@ -34,3 +35,6 @@ pgVersion150 = PgVersion 150000 "15.0" "15.0"
pgVersion170 :: PgVersion
pgVersion170 = PgVersion 170000 "17.0" "17.0"
pgVersion180 :: PgVersion
pgVersion180 = PgVersion 180000 "18.0" "18.0"