Skip to content

Commit 0464162

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,21 @@ jobs:
3636
strategy:
3737
matrix:
3838
py_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
39+
postgres_version: ["14", "15", "16", "17"]
3940
job:
4041
- os: ubuntu-latest
4142
ssl_cmd: sudo apt-get update && sudo apt-get install libssl-dev openssl
4243
runs-on: ${{matrix.job.os}}
4344
steps:
4445
- uses: actions/checkout@v1
4546
- name: Setup Postgres
46-
uses: ./.github/actions/setup_postgres/
47+
uses: ikalnytskyi/action-setup-postgres@v7
4748
with:
4849
username: postgres
4950
password: postgres
5051
database: psqlpy_test
51-
ssl_on: "on"
52+
ssl: true
53+
postgres-version: ${{ matrix.postgres_version }}
5254
id: postgres
5355
- uses: actions-rs/toolchain@v1
5456
with:

0 commit comments

Comments
 (0)