diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86fa88be4..3a572c7d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: POSTGRES_USER: postgres options: --health-cmd=pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 mysql: - image: mysql + image: mysql:8 ports: - 3306:3306 env: