Skip to content

Commit f0392bc

Browse files
authored
Merge pull request #14 from taskiq-python/add-tests-with-different-postgres-versions
chore: add tests with different postgres versions
2 parents 0432556 + e59c998 commit f0392bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Testing taskiq-psqlpy
22

33
on:
44
pull_request:
5+
branches: [ main ]
56
paths-ignore:
67
- '*.md'
78
push:
9+
branches: [ main ]
810
paths-ignore:
911
- '*.md'
1012

@@ -36,6 +38,7 @@ jobs:
3638
strategy:
3739
matrix:
3840
py_version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
41+
postgres_version: [ "16", "17", "18" ]
3942
runs-on: "ubuntu-latest"
4043
steps:
4144
- uses: actions/checkout@v5
@@ -45,6 +48,7 @@ jobs:
4548
username: taskiq_psqlpy
4649
password: look_in_vault
4750
database: taskiq_psqlpy
51+
postgres-version: "${{ matrix.postgres_version }}"
4852
id: postgres
4953
- name: Set up uv and enable cache
5054
id: setup-uv

0 commit comments

Comments
 (0)