Skip to content

Commit

Permalink
try charset with old mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Feb 5, 2024
1 parent 6a861a4 commit d6613da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,12 @@ jobs:

services:
mysql:
image: mysql:8.3
image: mysql:5.7
env:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: phpcr_tests
options: >-
--health-cmd "mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=5
steps:
- name: start
run: docker run -d mysql:8.3 --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
ports:
- 3306:3306

Expand Down

0 comments on commit d6613da

Please sign in to comment.