Skip to content

Commit 936529a

Browse files
committed
Added 14, 15, 16, 17 version of PostgreSQL to tests
1 parent 7a5362b commit 936529a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ jobs:
3535
name: ${{matrix.job.os}}-${{matrix.py_version}}-${{ matrix.postgres_version }}
3636
strategy:
3737
matrix:
38-
# py_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
39-
py_version: ["3.9"]
40-
# postgres_version: ["14", "15", "16", "17"]
41-
postgres_version: ["14"]
38+
py_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
39+
postgres_version: ["14", "15", "16", "17"]
4240
job:
4341
- os: ubuntu-latest
4442
ssl_cmd: sudo apt-get update && sudo apt-get install libssl-dev openssl

0 commit comments

Comments
 (0)