Skip to content

Commit ab7fb55

Browse files
committed
chore: add tests with different postgres versions
1 parent 0432556 commit ab7fb55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
py_version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
39+
postgres_version: [ "16", "17", "18" ]
3940
runs-on: "ubuntu-latest"
4041
steps:
4142
- uses: actions/checkout@v5
@@ -45,6 +46,7 @@ jobs:
4546
username: taskiq_psqlpy
4647
password: look_in_vault
4748
database: taskiq_psqlpy
49+
postgres-version: "${{ postgres-version }}"
4850
id: postgres
4951
- name: Set up uv and enable cache
5052
id: setup-uv

0 commit comments

Comments
 (0)