diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 79c89ce..f6a64cb 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -22,7 +22,6 @@ jobs: ports: - 3306:3306 options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 - command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci steps: - name: Checkout code