diff --git a/.circleci/config.yml b/.circleci/config.yml index 65d97ae316..5632fe9067 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -104,7 +104,7 @@ executors: wpcli_php_latest: <<: *default_job_config docker: - - image: mailpoet/wordpress:8.2_20241126.1 + - image: mailpoet/wordpress:8.3_20250305.1 wpcli_php_mysql_oldest: <<: *default_job_config @@ -115,7 +115,7 @@ executors: wpcli_php_mysql_latest: <<: *default_job_config docker: - - image: mailpoet/wordpress:8.2_20241126.1 + - image: mailpoet/wordpress:8.3_20250305.1 - image: cimg/mysql:8.0 command: --default-authentication-plugin=mysql_native_password --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_520_ci