From 83dfd3108eaa25e36be8379b088cc19e9f10bd90 Mon Sep 17 00:00:00 2001 From: yoldas Date: Tue, 1 Aug 2023 01:01:52 +0100 Subject: [PATCH] Updated mysql version to 8.0 --- .github/workflows/ruby_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby_ci.yml b/.github/workflows/ruby_ci.yml index 479d81f4..41f089fc 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:5.7 # Using 5.7 to map to what is used in production. + image: mysql:8.0 # Using 8.0 to map to what is used in production. ports: - 3306:3306 # Default port mappings # Monitor the health of the container to mesaure when it is ready