Skip to content

Commit

Permalink
Add Postgres 17 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Dec 2, 2024
1 parent 927ba9b commit d2789fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix: # https://www.postgresql.org/docs/release
# always use latest Python b/c the point here is to test PostgreSQL compatibility
python-version: ["3.12"]
postgres-version: [13, 14, 15, 16]
postgres-version: [13, 14, 15, 16, 17]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d2789fa

Please sign in to comment.