Skip to content
Merged
Changes from all commits
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
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Testing taskiq-psqlpy

on:
pull_request:
branches: [ main ]
paths-ignore:
- '*.md'
push:
branches: [ main ]
paths-ignore:
- '*.md'

Expand Down Expand Up @@ -36,6 +38,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 +48,7 @@ jobs:
username: taskiq_psqlpy
password: look_in_vault
database: taskiq_psqlpy
postgres-version: "${{ matrix.postgres_version }}"
id: postgres
- name: Set up uv and enable cache
id: setup-uv
Expand Down