From cf20bbd8e1ea5bdd738a438bad3e87b93b82cf31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E4=BA=91=E9=87=91YunjinXu?= Date: Mon, 21 Apr 2025 09:23:53 +0800 Subject: [PATCH] build(mysql): update MySQL version to 8 - Update MySQL image from 5.7 to 8 in GitHub Actions workflow - Update MySQL image from 5.7 to 8 in Docker Compose file --- .github/workflows/tests.yml | 2 +- helper/compose.store.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cca0d43..c02c0af 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest services: mysql: - image: 'mysql:5.7' + image: 'mysql:8' env: MYSQL_ALLOW_EMPTY_PASSWORD: 1 volumes: diff --git a/helper/compose.store.yml b/helper/compose.store.yml index 206ef09..4c701a9 100644 --- a/helper/compose.store.yml +++ b/helper/compose.store.yml @@ -1,7 +1,7 @@ version: '3.3' services: mysql: - image: 'mysql:5.7' + image: 'mysql:8' volumes: - /etc/localtime:/etc/localtime:ro environment: