Skip to content

Commit

Permalink
Update PostgreSQL version matrix in CI workflow
Browse files Browse the repository at this point in the history
Replaced PostgreSQL version 12 with version 10 in the test matrix. This ensures compatibility checks for older PostgreSQL versions during continuous integration.
  • Loading branch information
gmr committed Feb 9, 2025
1 parent d43460f commit 972381f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fail-fast: true
matrix:
python: ["3.11", "3.12", "3.13"]
postgres: [12] #, 15, 16, 17]
postgres: [10] #, 15, 16, 17]
steps:
- name: Checkout repository
uses: actions/checkout@v1
Expand Down

0 comments on commit 972381f

Please sign in to comment.