From 8cc3e0b07010382f0ed91b6ef62b149072652fe3 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Mon, 15 Jul 2024 15:15:12 +0200 Subject: [PATCH] Revert Mysql Upgrade in CI --- .github/workflows/test-application.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index 1bcf511..d2bd1b3 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest env: - DATABASE_URL: mysql://root:root@127.0.0.1:3306/su_theme_test?serverVersion=8.0 + DATABASE_URL: mysql://root:root@127.0.0.1:3306/su_theme_test?serverVersion=5.7 DATABASE_CHARSET: utf8mb4 DATABASE_COLLATE: utf8mb4_unicode_ci @@ -53,7 +53,7 @@ jobs: services: mysql: - image: mysql:8.0 + image: mysql:5.7 env: MYSQL_ROOT_PASSWORD: root ports: