summary refs log tree commit diff
path: root/.ci/scripts
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2022-11-08 17:17:13 +0000
committerGitHub <noreply@github.com>2022-11-08 17:17:13 +0000
commita5fcdea090c2396c30dd07c357ce4d9c90004c34 (patch)
tree613c28cf6a7ad90764c223e932c1fdace4e8ffab /.ci/scripts
parentAdd all Stream Writer worker types to configure_workers_and_start.py (#14197) (diff)
downloadsynapse-a5fcdea090c2396c30dd07c357ce4d9c90004c34.tar.xz
Remove support for PostgreSQL 10 (#14392)
Signed-off-by: Sean Quah <seanq@matrix.org>
Diffstat (limited to '.ci/scripts')
-rwxr-xr-x.ci/scripts/calculate_jobs.py2
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",
     }
 ]