diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 984597f..7507701 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -2,9 +2,11 @@ name: Testing taskiq-psqlpy on: pull_request: + branches: [ main ] paths-ignore: - '*.md' push: + branches: [ main ] paths-ignore: - '*.md' @@ -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 @@ -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