Test against PostgreSQL 15 in CI (#14394)

Resolves #14170.

Signed-off-by: Sean Quah <seanq@matrix.org>
This commit is contained in:
Sean Quah
2022-11-09 10:32:52 +00:00
committed by GitHub
parent a5fcdea090
commit 22d46db0ea
3 changed files with 12 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ if not IS_PR:
{
"python-version": "3.11",
"database": "postgres",
"postgres-version": "14",
"postgres-version": "15",
"extras": "all",
}
)