From 5f25990e5f488d137490d329a9ae0d1c900bd35c Mon Sep 17 00:00:00 2001 From: Tom Turner Date: Mon, 3 Apr 2023 20:48:23 +0100 Subject: [PATCH] Removed pg 11 support --- .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 887c264b..847385e2 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: [11-bullseye, 12, 13, 14] + postgres-version: [12, 13, 14] steps: - uses: actions/checkout@v3