Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
strategy:
matrix:
py_version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
postgres_version: [ "16", "17", "18" ]
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v5
Expand All @@ -45,6 +46,7 @@ jobs:
username: taskiq_psqlpy
password: look_in_vault
database: taskiq_psqlpy
postgres-version: "${{ postgres-version }}"
Comment thread
danfimov marked this conversation as resolved.
Outdated
id: postgres
- name: Set up uv and enable cache
id: setup-uv
Expand Down