Try mysql 8 to fix github actions

This commit is contained in:
Alexander Meindl
2021-03-18 07:01:29 +01:00
parent 693bedf63c
commit 835e0fc5f9

View File

@@ -33,7 +33,7 @@ jobs:
--health-retries 5
mysql:
image: mysql:5.7
image: mysql:8.0
env:
MYSQL_USER: root
MYSQL_PASSWORD: 'BestPasswordEver'