CI - add PostgreSQL 16
This commit is contained in:
parent
32724464c0
commit
d83cfce764
2
.github/workflows/.tests-python.yml
vendored
2
.github/workflows/.tests-python.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
|||||||
--health-retries 5
|
--health-retries 5
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
psql-version: [ "11", "12", "13", "14" ]
|
psql-version: [ "11", "12", "13", "14", "16" ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install Poetry and Dependencies
|
- name: Install Poetry and Dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user