From 099c493bec934afe7f6c26fa3f3b0cfc54c6e891 Mon Sep 17 00:00:00 2001 From: Ephraim-G <103453764+Ephraim-G@users.noreply.github.com> Date: Mon, 28 Aug 2023 12:48:44 -0400 Subject: [PATCH] update postgresql db v to pass smoke tests (#328) --- ci/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 14ef1fa2..23174cc5 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -324,7 +324,7 @@ jobs: CF_SPACE: ((development-cf-space)) SERVICE_PLAN: micro-psql DB_TYPE: postgres - DB_VERSION: 11 + DB_VERSION: 14 - task: smoke-tests-postgres-update-storage file: aws-broker-app/ci/run-smoke-tests-update-storage.yml @@ -655,7 +655,7 @@ jobs: CF_SPACE: ((staging-cf-space)) SERVICE_PLAN: micro-psql DB_TYPE: postgres - DB_VERSION: 11 + DB_VERSION: 14 - task: smoke-tests-postgres-update-micro-to-small file: aws-broker-app/ci/run-smoke-tests-db-updates.yml @@ -1116,7 +1116,7 @@ jobs: CF_SPACE: ((prod-cf-space)) SERVICE_PLAN: micro-psql DB_TYPE: postgres - DB_VERSION: 11 + DB_VERSION: 14 - task: smoke-tests-postgres-update-micro-to-small file: aws-broker-app/ci/run-smoke-tests-db-updates.yml