1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-25 00:41:52 +02:00

CI: Fix bitnami/mysql:8.0 tests for php:5.6 broken by charset change

This commit is contained in:
Nick Liu
2023-10-28 12:30:56 -05:00
parent c419d402d7
commit a3857a0477

View File

@@ -47,6 +47,7 @@ jobs:
MYSQL_ROOT_PASSWORD: 'Database Password for Continuous Integration'
MYSQL_DATABASE: 'app'
MYSQL_AUTHENTICATION_PLUGIN: 'mysql_native_password'
MYSQL_CHARACTER_SET: 'utf8mb3'
options: >-
--health-cmd "mysqladmin ping"
--health-interval 10s