From 50c27db9a57ce2b6a47839f5cb832a7dcbb7f3d6 Mon Sep 17 00:00:00 2001 From: Chris Selzo Date: Fri, 15 Nov 2024 14:37:40 -0800 Subject: [PATCH] Upate DB_VERSION param to integration test for postgres 15 --- ci/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index db810844..230317f2 100755 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -54,7 +54,7 @@ jobs: file: config-server/ci/tasks/test-integration.yml params: DB: postgresql - DB_VERSION: 10 + DB_VERSION: 15 - name: build public: true