Skip to content

Commit

Permalink
Publish compiler for PostgreSQL 16
Browse files Browse the repository at this point in the history
  • Loading branch information
feikesteenbergen committed Nov 28, 2023
1 parent 10ef03d commit 36096b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_compiler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ env:
DOCKER_HUB_URL: docker.io/timescale/timescaledb-ha
INSTALL_METHOD: docker-ha
TIMESCALE_CLOUDUTILS: "v1.1.11"
TIMESCALE_HOT_FORGE: "v0.1.39"
TIMESCALE_HOT_FORGE: "v0.1.40"
TIMESCALE_PATRONI_K8S_SYNC: "v0.1.2"
TIMESCALE_OOM_GUARD: "v1.4.2"
TIMESCALE_TSDB_ADMIN: "1.0.1"
TIMESCALE_TS_STAT_STATEMENTS: "0.0.3"
TIMESCALE_TSDB_ADMIN: "1.1.0"
TIMESCALE_TS_STAT_STATEMENTS: "0.4.1"

# This compiler image is used to create patches in other environments.
# Some of these patches still require PostgreSQL 12 support, therefore,
# we include 4 versions for the compiler image
PG_VERSIONS: "15 14 13 12"
PG_VERSIONS: "16 15 14 13 12"
jobs:
build-image:
name: Build the compiler Docker Image
Expand Down

0 comments on commit 36096b9

Please sign in to comment.