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:
1
.github/workflows/test-unit.yml
vendored
1
.github/workflows/test-unit.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user