Test against PostgreSQL 15 in CI (#14394)
Resolves #14170. Signed-off-by: Sean Quah <seanq@matrix.org>
This commit is contained in:
@@ -64,7 +64,7 @@ if not IS_PR:
|
||||
{
|
||||
"python-version": "3.11",
|
||||
"database": "postgres",
|
||||
"postgres-version": "14",
|
||||
"postgres-version": "15",
|
||||
"extras": "all",
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user