Bump PG15 CI images to 15.0 (#6439)

Related: citusdata/the-process#95
(cherry picked from commit 82ea76bc0c)
pull/6482/head
Hanefi Onaldi 2022-10-15 13:14:17 +03:00
parent 51ef251535
commit 1128862e7b
No known key found for this signature in database
GPG Key ID: F18CDB10BA0DFDC7
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ orbs:
parameters: parameters:
image_suffix: image_suffix:
type: string type: string
default: '-vcc4855a' default: '-v186a1be'
pg13_version: pg13_version:
type: string type: string
default: '13.8' default: '13.8'
@ -15,10 +15,10 @@ parameters:
default: '14.5' default: '14.5'
pg15_version: pg15_version:
type: string type: string
default: '15rc2' default: '15.0'
upgrade_pg_versions: upgrade_pg_versions:
type: string type: string
default: '13.8-14.5-15rc2' default: '13.8-14.5-15.0'
style_checker_tools_version: style_checker_tools_version:
type: string type: string
default: '0.8.18' default: '0.8.18'