Skip to content

Commit 7c6d373

Browse files
committed
Added 14, 15, 16, 17 version of PostgreSQL to tests
1 parent 0464162 commit 7c6d373

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333
args: -p psqlpy --all-features -- -W clippy::all -W clippy::pedantic
3434
pytest:
35-
name: ${{matrix.job.os}}-${{matrix.py_version}}
35+
name: ${{matrix.job.os}}-${{matrix.py_version}}-${{ matrix.postgres_version }}
3636
strategy:
3737
matrix:
3838
py_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

python/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def number_database_records() -> int:
8585

8686
@pytest.fixture
8787
def ssl_cert_file() -> str:
88-
return os.environ.get("POSTGRES_CERT_FILE", "./root.crt")
88+
return os.environ.get("POSTGRES_CERT_FILE", "./server.crt")
8989

9090

9191
@pytest.fixture

0 commit comments

Comments
 (0)