We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4691aa commit c51cc78Copy full SHA for c51cc78
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: false
13
matrix:
14
python-version: ["3.10", "3.11", "3.12", "3.13"]
15
- postgres-version: ["14", "15", "16"]
+ postgres-version: ["14", "15", "16", "17"]
16
os: [ubuntu-latest]
17
18
name: PY ${{ matrix.python-version }} on ${{ matrix.os }} using PG ${{ matrix.postgres-version }}
0 commit comments