From abcb3d1cc3c3fbd0b8d4ee94d7862ef90e525f04 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 14 Feb 2026 09:38:39 +0100 Subject: [PATCH] Use utf8mb3 for MySQL (same as existing release) to fix CI --- .github/actions/setup-database/action.yml | 2 +- .github/workflows/github_action_test_suite.yml | 4 ++-- .github/workflows/mysql_settings.py | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/actions/setup-database/action.yml b/.github/actions/setup-database/action.yml index f1c856fc3f..b99642e944 100644 --- a/.github/actions/setup-database/action.yml +++ b/.github/actions/setup-database/action.yml @@ -51,7 +51,7 @@ runs: # The user 'evennia' is already created by the action for hosts: localhost, 127.0.0.1, and ::1 # We just need to create the database and grant additional privileges. mysql -u root -proot_password mysql <