Skip to content

Commit

Permalink
CI: Fix bitnami/mysql:8.0 tests for php:5.6 broken by charset change
Browse files Browse the repository at this point in the history
  • Loading branch information
Deltik committed Oct 28, 2023
1 parent c419d40 commit a3857a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3857a0

Please sign in to comment.