Use utf8mb3 for MySQL (same as existing release) to fix CI

This commit is contained in:
Griatch 2026-02-14 09:38:39 +01:00
parent 7480772404
commit abcb3d1cc3
3 changed files with 7 additions and 7 deletions

View file

@ -68,8 +68,8 @@ jobs:
password: password
my-cnf: |
[mysqld]
character-set-server=utf8mb4
collation-server=utf8mb4_unicode_ci
character-set-server=utf8mb3
collation-server=utf8mb3_unicode_ci
innodb_default_row_format=DYNAMIC
innodb_file_per_table=1