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
parent
commit
811d91d1b4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/tests.yml
  2. 2
      helper/compose.store.yml

2
.github/workflows/tests.yml

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
services: services:
mysql: mysql:
image: 'mysql:5.7' image: 'mysql:8'
env: env:
MYSQL_ALLOW_EMPTY_PASSWORD: 1 MYSQL_ALLOW_EMPTY_PASSWORD: 1
volumes: volumes:

2
helper/compose.store.yml

@ -1,7 +1,7 @@
version: '3.3' version: '3.3'
services: services:
mysql: mysql:
image: 'mysql:5.7' image: 'mysql:8'
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
environment: environment:

Loading…
Cancel
Save