Update circleci/mysql 5.7.27 and 8.0 to cimg/mysql

MAILPOET-4103
This commit is contained in:
Oluwaseun Olorunsola
2022-05-11 10:13:31 +01:00
committed by Veljko V
parent ed3b46390c
commit aa0ce4a092
2 changed files with 3 additions and 3 deletions

View File

@@ -104,8 +104,8 @@ executors:
<<: *default_job_config <<: *default_job_config
docker: docker:
- image: mailpoet/wordpress:8.1_20220309.1 - image: mailpoet/wordpress:8.1_20220309.1
- image: circleci/mysql:8.0-ram - image: cimg/mysql:8.0
command: [--default-authentication-plugin=mysql_native_password] command: --default-authentication-plugin=mysql_native_password --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_520_ci
jobs: jobs:
build: build:

View File

@@ -58,7 +58,7 @@ services:
- test.local - test.local
mysql: mysql:
image: circleci/mysql:${MYSQL_IMAGE_VERSION:-5.7.27-ram} image: cimg/mysql:${MYSQL_IMAGE_VERSION:-5.7.36}
# Command used for MySQL 8+ because it needs default-authentication-plugin # Command used for MySQL 8+ because it needs default-authentication-plugin
# parameter and there needs to be some fallback for other MySQL versions. # parameter and there needs to be some fallback for other MySQL versions.
# --verbose can be changed to any other useless parameter # --verbose can be changed to any other useless parameter