From 4ace15d990bb533cdaa416122ef4d13481f61cd0 Mon Sep 17 00:00:00 2001 From: Frazer McLean Date: Sat, 6 Jan 2024 23:05:38 +0100 Subject: [PATCH] Stop testing PostgreSQL 11 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3bc2286..9a4f364 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] - postgres-version: ["11", "12", "13", "14", "15"] + postgres-version: ["12", "13", "14", "15"] services: postgres: