mirror of https://github.com/citusdata/citus.git
Bump test images to 15beta3 (#6172)
parent
de0cff3e51
commit
3131340aa5
|
@ -6,7 +6,7 @@ orbs:
|
||||||
parameters:
|
parameters:
|
||||||
image_suffix:
|
image_suffix:
|
||||||
type: string
|
type: string
|
||||||
default: '-vbe18b78'
|
default: '-va4c98f3'
|
||||||
pg13_version:
|
pg13_version:
|
||||||
type: string
|
type: string
|
||||||
default: '13.4'
|
default: '13.4'
|
||||||
|
@ -15,10 +15,10 @@ parameters:
|
||||||
default: '14.0'
|
default: '14.0'
|
||||||
pg15_version:
|
pg15_version:
|
||||||
type: string
|
type: string
|
||||||
default: '15beta2'
|
default: '15beta3'
|
||||||
upgrade_pg_versions:
|
upgrade_pg_versions:
|
||||||
type: string
|
type: string
|
||||||
default: '13.4-14.0-15beta2'
|
default: '13.4-14.0-15beta3'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
description: Build the citus extension
|
description: Build the citus extension
|
||||||
|
|
Loading…
Reference in New Issue