Skip to content

Commit

Permalink
add Postgres 17 (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend authored Oct 18, 2024
1 parent db69230 commit d1b0bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# These tests are slow, so we only run on the latest Python
# version.
python-version: ["3.10"]
postgres-version: [14]
postgres-version: [17]
services:
postgres:
image: postgres:${{ matrix.postgres-version }}
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
postgres-version: [11, 12, 13, 14, 15, 16]
postgres-version: [12, 13, 14, 15, 16, 17]

# Service containers to run with `container-job`
services:
Expand Down

0 comments on commit d1b0bb1

Please sign in to comment.