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

Commit

Permalink
REVERT ME: Run tests against PostgreSQL 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Sep 18, 2023
1 parent d27ae6a commit b668782
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .ci/scripts/calculate_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,14 @@ def set_output(key: str, value: str):
}
]

if not IS_PR:
trial_postgres_tests.append(
{
"python-version": "3.11",
"database": "postgres",
"postgres-version": "16",
"extras": "all",
}
)
trial_postgres_tests.append(
{
"python-version": "3.11",
"database": "postgres",
"postgres-version": "16",
"extras": "all",
}
)

trial_no_extra_tests = [
{
Expand Down

0 comments on commit b668782

Please sign in to comment.