Skip to content

Commit c51cc78

Browse files
authored
Update ci.yml
1 parent d4691aa commit c51cc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
python-version: ["3.10", "3.11", "3.12", "3.13"]
15-
postgres-version: ["14", "15", "16"]
15+
postgres-version: ["14", "15", "16", "17"]
1616
os: [ubuntu-latest]
1717

1818
name: PY ${{ matrix.python-version }} on ${{ matrix.os }} using PG ${{ matrix.postgres-version }}

0 commit comments

Comments
 (0)