Remove support for PostgreSQL 11 and 12 (#18034)

This is essentially matrix-org/synapse#14392. I didn't see anything in
there about updating sytest or complement.

The main driver of this is so that I can use `jsonb_path_exists` in
#17488. 😄
This commit is contained in:
Patrick Cloke
2024-12-19 12:02:47 -05:00
committed by GitHub
parent 234d07eb09
commit 2d23250da7
5 changed files with 13 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ trial_postgres_tests = [
{
"python-version": "3.9",
"database": "postgres",
"postgres-version": "11",
"postgres-version": "13",
"extras": "all",
}
]