From f5f7899a9d3f6807c365bc8af5a65ceeede0579a Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Wed, 19 Apr 2023 18:36:11 +0300 Subject: [PATCH] Revert "Removed pg 11 support" This reverts commit 5f25990e5f488d137490d329a9ae0d1c900bd35c. The reported issue in #829 is reproducible on Postgres 11 but not on later versions --- .github/workflows/code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 847385e2..887c264b 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -14,7 +14,7 @@ jobs: matrix: # always use latest Python b/c the point here is to test PostgreSQL compatibility python-version: ["3.11"] - postgres-version: [12, 13, 14] + postgres-version: [11-bullseye, 12, 13, 14] steps: - uses: actions/checkout@v3