Skip to content

Commit

Permalink
Update mysql/php version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Helmus authored and ksangers committed Mar 15, 2021
1 parent 59dcd78 commit 1b83401
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [1.0.1]
### Changed
- Template for M2 now also enables xdebug of composer.
- Updated the version of the template.
- Updated the version of the template for M2 template.
- Changed mysql from 5.6 to 5.7 for M1 template.
- Changed php from 7.2 to 7.3.

### Removed
- Unused variable.
2 changes: 1 addition & 1 deletion templates/magento-1/.env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CLOUDSDK_PYTHON=/usr/bin/python
GCLOUD_LOCAL="~/.config/gcloud"
GIT_CONFIG_LOCAL="~/.gitconfig"
XDEBUG_CONFIG="remote_host=${HOST_IP} remote_enable=1 coverage_enable=1"
PHP_VERSION=7.2
PHP_VERSION=7.3

# Port configuration
MAILHOG_PORT=8025
Expand Down
4 changes: 2 additions & 2 deletions templates/magento-1/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ volumes:
db-data:

x-custom:
version: 1.0.1
version: 1.0.2
type: magento-1
environment: &env-vars
# Environment settings
Expand Down Expand Up @@ -46,7 +46,7 @@ services:
- /etc/shadow:/etc/shadow:ro

db:
image: percona:5.6
image: percona:5.7
environment:
- MYSQL_ROOT_PASSWORD
ports:
Expand Down

0 comments on commit 1b83401

Please sign in to comment.