CI - remove PGSQL 10 job

This commit is contained in:
Sam 2023-02-16 08:59:03 +01:00
parent 7404648f78
commit 8a78df737b

View File

@ -71,7 +71,7 @@ jobs:
--health-retries 5
strategy:
matrix:
psql-version: [ "10", "11", "12", "13", "15" ]
psql-version: [ "11", "12", "13", "15" ]
steps:
- uses: actions/checkout@v2
- name: Install Poetry and Dependencies