Skip to content

Commit

Permalink
(DB): pg version 15
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Oct 31, 2023
1 parent c87bd42 commit ea2832c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
services:
postgres:
# Docker Hub image
image: postgres:14.5-alpine
image: postgres:15-alpine
env:
POSTGRES_PASSWORD: password
ports:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review-app-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: 🗃 Create database addon
run: |
$CLEVER_CLI addon create postgresql-addon $REVIEW_APP_DB_NAME --org $REVIEW_APPS_ORGANIZATION_NAME --plan xxs_sml --yes
$CLEVER_CLI addon create postgresql-addon $REVIEW_APP_DB_NAME --org $REVIEW_APPS_ORGANIZATION_NAME --plan xxs_sml --yes --addon-version 15
$CLEVER_CLI service link-addon $REVIEW_APP_DB_NAME
- name: 🤝 Link addons & add environment variables
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

postgres:
container_name: commu_postgres
image: postgres:14.5-alpine
image: postgres:15-alpine
env_file:
- .env
shm_size: 64M
Expand Down

0 comments on commit ea2832c

Please sign in to comment.