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