diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 259ce89..612f61a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: services: mysql: - image: mysql:8.0 + image: mysql:8.4 env: MYSQL_ROOT_PASSWORD: root ports: diff --git a/docker-compose.test.yml b/docker-compose.test.yml index ac3fd2d..4a213c5 100644 --- a/docker-compose.test.yml +++ b/docker-compose.test.yml @@ -1,6 +1,6 @@ services: mysql: - image: mysql:8.0 + image: mysql:8.4 environment: MYSQL_ROOT_PASSWORD: root healthcheck: