diff --git a/.github/workflows/ruby_ci.yml b/.github/workflows/ruby_ci.yml index 479af51..be570b5 100644 --- a/.github/workflows/ruby_ci.yml +++ b/.github/workflows/ruby_ci.yml @@ -15,7 +15,7 @@ jobs: services: mysql: # Use the Mysql docker image https://hub.docker.com/_/mysql - image: mysql:8.0 + image: mysql:8.4 ports: - 3306:3306 # Default port mappings # Monitor the health of the container to mesaure when it is ready