mirror of https://github.com/citusdata/citus.git
Updates CI image to the one with PG16.0 images
Sister PR in the-process: https://github.com/citusdata/the-process/pull/150pull/7201/head
parent
ef09615e9d
commit
3b872fe4b5
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue