Skip to content

Mysql runner fix / CI config fix

Jonathan Aaron Steel requested to merge stamster/php:mysql-runner-fix into master

Docker service mysql now defaults to MySQL 8.x which fails tests with unknown charset error.

Falling back to 5.7 resolves the issue.

Merge request reports