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
services:
mysql:
image: 'mysql:5.7'
image: 'mysql:8'
env:
MYSQL_ALLOW_EMPTY_PASSWORD: 1
volumes:

2
helper/compose.store.yml

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

Loading…
Cancel
Save