diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 68f5e1ec..f264e8f5 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -18,7 +18,7 @@ jobs: services: mysql: # Use the Mysql docker image https://hub.docker.com/_/mysql - image: mysql:8.0 + image: mysql:8.4 ports: - 3306 # Default port mappings options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3