Browse Source
Merge pull request #554 from wooln/upgrade-mysql
build(mysql): update MySQL version to 8
main
yedf2
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
.github/workflows/tests.yml
-
helper/compose.store.yml
|
|
|
@ -13,7 +13,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
services: |
|
|
|
mysql: |
|
|
|
image: 'mysql:5.7' |
|
|
|
image: 'mysql:8' |
|
|
|
env: |
|
|
|
MYSQL_ALLOW_EMPTY_PASSWORD: 1 |
|
|
|
volumes: |
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
version: '3.3' |
|
|
|
services: |
|
|
|
mysql: |
|
|
|
image: 'mysql:5.7' |
|
|
|
image: 'mysql:8' |
|
|
|
volumes: |
|
|
|
- /etc/localtime:/etc/localtime:ro |
|
|
|
environment: |
|
|
|
|