From f33ebcc56f432a4e24773ec5ad451d2ca3c2f854 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Wed, 16 Oct 2024 20:08:57 -0700 Subject: [PATCH] Try running checks against pg 17 --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index bb20e17d..70a29599 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -28,7 +28,7 @@ jobs: timeout-minutes: 40 strategy: matrix: - pg_version: [9.6, 10, 11, 12, 13, 14, 15, 16] + pg_version: [9.6, 10, 11, 12, 13, 14, 15, 16, 17] services: postgres: