CI - remove PGSQL 11 job
This commit is contained in:
parent
ea52080cce
commit
a3e90af62b
2
.github/workflows/.tests-python.yml
vendored
2
.github/workflows/.tests-python.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
|||||||
--health-retries 5
|
--health-retries 5
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
psql-version: [ "11", "12", "13", "14", "16" ]
|
psql-version: [ "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