Skip to content

Commit d1b0bb1

Browse files
authored
add Postgres 17 (#1106)
1 parent db69230 commit d1b0bb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# These tests are slow, so we only run on the latest Python
4242
# version.
4343
python-version: ["3.10"]
44-
postgres-version: [14]
44+
postgres-version: [17]
4545
services:
4646
postgres:
4747
image: postgres:${{ matrix.postgres-version }}
@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
matrix:
8888
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
89-
postgres-version: [11, 12, 13, 14, 15, 16]
89+
postgres-version: [12, 13, 14, 15, 16, 17]
9090

9191
# Service containers to run with `container-job`
9292
services:

0 commit comments

Comments
 (0)