From f8a72da6008c03651f641baf767735e26bb63b58 Mon Sep 17 00:00:00 2001 From: Shay Rojansky Date: Tue, 28 Nov 2023 12:59:29 +0100 Subject: [PATCH] Stop testing on PG11 (out of support) (cherry picked from commit 70039b6f6a702f9aff9c732a0491234a519cb581) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51d52e62a..2bd02da78 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: # Temporarily disable Windows because of PG installation issues # os: [ ubuntu-20.04, windows-2019 ] os: [ ubuntu-20.04 ] - pg_major: [ 16, 15, 14, 13, 12, 11 ] + pg_major: [ 16, 15, 14, 13, 12 ] config: [Release] include: - os: ubuntu-20.04