diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9b6cb56..d1bdb0f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: services: mysql: - image: mysql:5.7.10 + image: mysql:5.7.44 ports: # Another version of MySQL is installed on the vm and already uses the port 3306. - 3308:3306