summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-09-18 13:21:00 -0400
committerGitHub <noreply@github.com>2023-09-18 13:21:00 -0400
commit118036eeabf72c268e53f2b7521698643d486387 (patch)
tree5508ef23c894dacecf6ff963c5b3652328b65e9b /.ci
parentBump ruff from 0.0.286 to 0.0.290 (#16342) (diff)
downloadsynapse-118036eeabf72c268e53f2b7521698643d486387.tar.xz
Test against PostgreSQL 16. (#16351)
Diffstat (limited to '.ci')
-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 08af332b6d..7575683ab4 100755
--- a/.ci/scripts/calculate_jobs.py
+++ b/.ci/scripts/calculate_jobs.py
@@ -64,7 +64,7 @@ if not IS_PR:
         {
             "python-version": "3.11",
             "database": "postgres",
-            "postgres-version": "15",
+            "postgres-version": "16",
             "extras": "all",
         }
     )