ci: added collation server for mariadb

This commit is contained in:
Jannat Patel
2023-10-13 11:45:42 +05:30
parent a1bb7962bc
commit 3f5c3e89c8

View File

@@ -24,7 +24,6 @@ jobs:
image: mariadb:10.6 image: mariadb:10.6
ports: ports:
- 3306:3306 - 3306:3306
with:
collation server: 'utf8mb4_unicode_ci' collation server: 'utf8mb4_unicode_ci'
env: env:
MYSQL_ROOT_PASSWORD: root MYSQL_ROOT_PASSWORD: root