From c524dd1492d6fce977abba1e4ceace4107a27eeb Mon Sep 17 00:00:00 2001 From: Matthew Gabeler-Lee Date: Fri, 9 Feb 2024 10:19:24 -0500 Subject: [PATCH] fix: update pg versions for tests --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7a0c8fc..122f02b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,8 +4,9 @@ orbs: sixrs-gke: sixriversystems/sixrs-gke@7 aliases: - - &pg_default "14.9" - - &pg_future "15.4" + - &pg_default "14.10" + - &pg_future "15.5" + - &pg_latest "16.1" jobs: all-in-one: @@ -226,6 +227,7 @@ workflows: pgver: - *pg_default - *pg_future + - *pg_latest cgo: - "1" - "0"