summary refs log tree commit diff
path: root/.github
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 /.github
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 '.github')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index fea33abd12..2bc237a0ba 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -409,7 +409,7 @@ jobs:
       matrix:
         include:
           - python-version: "3.7"
-            postgres-version: "10"
+            postgres-version: "11"
 
           - python-version: "3.11"
             postgres-version: "14"