diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2022-11-09 10:32:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-09 10:32:52 +0000 |
commit | 22d46db0eae000830154bba8916d8d53458dc351 (patch) | |
tree | 2f69bf7644784ec03724ba95db1a3d7f94d1ecfa /.ci | |
parent | Remove support for PostgreSQL 10 (#14392) (diff) | |
download | synapse-22d46db0eae000830154bba8916d8d53458dc351.tar.xz |
Test against PostgreSQL 15 in CI (#14394)
Resolves #14170. 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 b48174bea2..0cdc20e19c 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": "14", + "postgres-version": "15", "extras": "all", } ) |