From d83cfce764d69af9ede9ea52d79fd0d5dbdc80b7 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 20 Sep 2023 18:50:56 +0200 Subject: [PATCH] CI - add PostgreSQL 16 --- .github/workflows/.tests-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/.tests-python.yml b/.github/workflows/.tests-python.yml index 40d1b336..77aefb14 100644 --- a/.github/workflows/.tests-python.yml +++ b/.github/workflows/.tests-python.yml @@ -74,7 +74,7 @@ jobs: --health-retries 5 strategy: matrix: - psql-version: [ "11", "12", "13", "14" ] + psql-version: [ "11", "12", "13", "14", "16" ] steps: - uses: actions/checkout@v3 - name: Install Poetry and Dependencies