Merge pull request #428 from SamR1/add-psql-16

CI - Add PostgreSQL 16
This commit is contained in:
Sam 2023-09-20 19:22:03 +02:00 committed by GitHub
commit bdbfcca5ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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