Revert "try mysql 5.7"

This reverts commit 535ae2047d76ccce03224eab051e164b10740215.
This commit is contained in:
slawkens 2024-01-27 18:12:01 +01:00
parent 535ae2047d
commit 7e347e950f

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
services: services:
mysql: mysql:
image: mysql:5.7 image: mysql:8.0
env: env:
MYSQL_ROOT_PASSWORD: root MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: myaac MYSQL_DATABASE: myaac