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

Commit b668782

Browse files
committed
REVERT ME: Run tests against PostgreSQL 16.
1 parent d27ae6a commit b668782

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.ci/scripts/calculate_jobs.py

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,14 @@ def set_output(key: str, value: str):
5959
}
6060
]
6161

62-
if not IS_PR:
63-
trial_postgres_tests.append(
64-
{
65-
"python-version": "3.11",
66-
"database": "postgres",
67-
"postgres-version": "16",
68-
"extras": "all",
69-
}
70-
)
62+
trial_postgres_tests.append(
63+
{
64+
"python-version": "3.11",
65+
"database": "postgres",
66+
"postgres-version": "16",
67+
"extras": "all",
68+
}
69+
)
7170

7271
trial_no_extra_tests = [
7372
{

0 commit comments

Comments
 (0)