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