diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2022-11-08 17:17:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-08 17:17:13 +0000 |
commit | a5fcdea090c2396c30dd07c357ce4d9c90004c34 (patch) | |
tree | 613c28cf6a7ad90764c223e932c1fdace4e8ffab /.ci | |
parent | Add all Stream Writer worker types to configure_workers_and_start.py (#14197) (diff) | |
download | synapse-a5fcdea090c2396c30dd07c357ce4d9c90004c34.tar.xz |
Remove support for PostgreSQL 10 (#14392)
Signed-off-by: Sean Quah <seanq@matrix.org>
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/scripts/calculate_jobs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/calculate_jobs.py b/.ci/scripts/calculate_jobs.py index c53d4d5ff1..b48174bea2 100755 --- a/.ci/scripts/calculate_jobs.py +++ b/.ci/scripts/calculate_jobs.py @@ -54,7 +54,7 @@ trial_postgres_tests = [ { "python-version": "3.7", "database": "postgres", - "postgres-version": "10", + "postgres-version": "11", "extras": "all", } ] |