Skip to content

Commit e97e615

Browse files
committed
chore(ci): tests with different postgres versions
1 parent 701c1f3 commit e97e615

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/code-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ jobs:
1717
strategy:
1818
matrix:
1919
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
20+
postgres-version: [ "16", "17", "18" ]
2021
fail-fast: true
2122
services:
2223
postgres:
23-
image: postgres:18
24+
image: postgres:${{ matrix.postgres-version }}
2425
env:
2526
POSTGRES_USER: taskiq_postgres
2627
POSTGRES_PASSWORD: look_in_vault

0 commit comments

Comments
 (0)