From 39d63f4e706f95bf0072e76ed1ea108193400054 Mon Sep 17 00:00:00 2001 From: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> Date: Sat, 28 Sep 2024 15:49:39 -0600 Subject: [PATCH] feat: test support for pg 17, remove pg 15 Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> --- .buildkite/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 7f03a2b1..18281c3b 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -54,8 +54,8 @@ steps: matrix: setup: version: + - 17-alpine - 16-alpine - - 15-alpine plugins: - docker#v5.11.0: image: ghcr.io/theopenlane/build-image:latest