Skip to content

Commit

Permalink
Update Magento2 Tests Database to use the same distro and version as …
Browse files Browse the repository at this point in the history
…the environment
  • Loading branch information
navarr committed Jan 17, 2023
1 parent 1d4f3bc commit 2f98bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/magento2/magento2.tests.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.5"
services:
tmp-mysql:
hostname: "${WARDEN_ENV_NAME}-mysql"
image: ${WARDEN_IMAGE_REPOSITORY}/mysql:5.7
image: ${WARDEN_IMAGE_REPOSITORY}/${MYSQL_DISTRIBUTION:-mariadb}:${MYSQL_DISTRIBUTION_VERSION:=${MARIADB_VERSION:-10.4}}
environment:
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD:-magento}
- MYSQL_DATABASE=magento_integration_tests
Expand Down

0 comments on commit 2f98bf6

Please sign in to comment.