File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,14 @@ jobs:
130130 echo "PHP_FPM_UID=$(id -u)" >> "$GITHUB_ENV"
131131 echo "PHP_FPM_GID=$(id -g)" >> "$GITHUB_ENV"
132132
133+ - name : Upgrade Docker
134+ uses : docker/setup-docker-action@v4
135+ with :
136+ daemon-config : |
137+ {
138+ "debug": true,
139+ }
140+
133141 - name : Checkout repository
134142 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
135143 with :
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ services:
7777
7878 volumes :
7979 - ./tools/local-env/mysql-init.sql:/docker-entrypoint-initdb.d/mysql-init.sql
80- - ./tools/local-env/test/cnf:/etc/my.cnf.d/custom.cnf
8180 - mysql:/var/lib/mysql
8281
8382 # For compatibility with PHP versions that don't support the caching_sha2_password auth plugin used in MySQL 8.0.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments