mirror of https://github.com/citusdata/citus.git
Bump PG15 CI images to rc1
(cherry picked from commit a38428b665
)
(cherry picked from commit 80e68810cb53075ffdd5a10a0a8ab3941f0d9d32)
pull/6482/head
parent
0488697ff3
commit
90a2fb3a67
|
@ -6,7 +6,7 @@ orbs:
|
||||||
parameters:
|
parameters:
|
||||||
image_suffix:
|
image_suffix:
|
||||||
type: string
|
type: string
|
||||||
default: '-v0eef34d'
|
default: '-vf83b06c'
|
||||||
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: '15beta4'
|
default: '15rc1'
|
||||||
upgrade_pg_versions:
|
upgrade_pg_versions:
|
||||||
type: string
|
type: string
|
||||||
default: '13.8-14.5-15beta4'
|
default: '13.8-14.5-15rc1'
|
||||||
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