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

Commit 118036e

Browse files
authored
Test against PostgreSQL 16. (#16351)
1 parent eee2b66 commit 118036e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci/scripts/calculate_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def set_output(key: str, value: str):
6464
{
6565
"python-version": "3.11",
6666
"database": "postgres",
67-
"postgres-version": "15",
67+
"postgres-version": "16",
6868
"extras": "all",
6969
}
7070
)

changelog.d/16351.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Test against PostgreSQL 16.

0 commit comments

Comments
 (0)