Updates CI image to the one with PG16.0 images

Sister PR in the-process:
https://github.com/citusdata/the-process/pull/150
pull/7201/head
naisila 2023-09-14 16:29:00 +03:00
parent ef09615e9d
commit 3b872fe4b5
No known key found for this signature in database
GPG Key ID: A824BA9862D73E6D
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: '-v641cdcd' default: '-v87fd773'
pg14_version: pg14_version:
type: string type: string
default: '14.9' default: '14.9'
@ -15,10 +15,10 @@ parameters:
default: '15.4' default: '15.4'
pg16_version: pg16_version:
type: string type: string
default: '16rc1' default: '16.0'
upgrade_pg_versions: upgrade_pg_versions:
type: string type: string
default: '14.9-15.4-16rc1' default: '14.9-15.4-16.0'
style_checker_tools_version: style_checker_tools_version:
type: string type: string
default: '0.8.18' default: '0.8.18'