From 6870ba96ba55c517b13c24ae9bec6dd89caac7d5 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 14 Oct 2022 13:47:07 -0700 Subject: [PATCH] Removed Postgres 9.6 from CI --- .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 e5f6d64..0146c78 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - postgres: [15, 14, 13, 12, 11, 10, 9.6] + postgres: [15, 14, 13, 12, 11, 10] include: - os: macos-latest postgres: 14