From 82ea76bc0c32a1330fd4ac51af8c67824aa27e02 Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Sat, 15 Oct 2022 13:14:17 +0300 Subject: [PATCH] Bump PG15 CI images to 15.0 (#6439) Related: citusdata/the-process#95 --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2448862b5..674280958 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: parameters: image_suffix: type: string - default: '-vcc4855a' + default: '-v186a1be' pg13_version: type: string default: '13.8' @@ -15,10 +15,10 @@ parameters: default: '14.5' pg15_version: type: string - default: '15rc2' + default: '15.0' upgrade_pg_versions: type: string - default: '13.8-14.5-15rc2' + default: '13.8-14.5-15.0' style_checker_tools_version: type: string default: '0.8.18'