Skip to content

Commit

Permalink
tests: change Postgres version
Browse files Browse the repository at this point in the history
  • Loading branch information
chiqui3d committed Dec 28, 2023
1 parent 94d1eac commit b9dcbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ MYSQL_DATABASE_URL=mysql://root:${MYSQL_ROOT_PASSWORD}@mariadb/${MYSQL_DATABASE}

## PostgreSQL
# https://github.com/docker-library/docs/blob/master/postgres/README.md#postgres_user
POSTGRES_VERSION=14.7
POSTGRES_VERSION=14.5
POSTGRES_PORT=5432
POSTGRES_DB=${MYSQL_DATABASE}
POSTGRES_USER=${MYSQL_USER}
Expand Down

0 comments on commit b9dcbd5

Please sign in to comment.