Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Test against PostgreSQL 15 in CI
Browse files Browse the repository at this point in the history
Resolves #14170.

Signed-off-by: Sean Quah <seanq@matrix.org>
  • Loading branch information
Sean Quah committed Nov 8, 2022
1 parent d85cba1 commit ef16167
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/scripts/calculate_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def set_output(key: str, value: str):
{
"python-version": "3.11",
"database": "postgres",
"postgres-version": "14",
"postgres-version": "15",
"extras": "all",
}
)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ jobs:
postgres-version: "10"

- python-version: "3.11"
postgres-version: "14"
postgres-version: "15"

services:
postgres:
Expand Down
1 change: 1 addition & 0 deletions changelog.d/14394.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test against PostgreSQL 15 in CI.

0 comments on commit ef16167

Please sign in to comment.