Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update postgresql db v11 #328

Merged
merged 1 commit into from
Aug 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down