File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -388,11 +388,12 @@ jobs:
388388 my-cnf : |
389389 default_authentication_plugin=mysql_native_password
390390
391- # Disable server certificate verification by default, avoiding
391+ # Explicitly enable server certificate verification by default, avoiding
392392 # "option --ssl-verify-server-cert is disabled, because of an insecure passwordless login."
393- # warnings because WP-CLI passes password via the `MYSQL_PWD` environment variable.
393+ # warnings because WP-CLI passes password via the `MYSQL_PWD` environment variable
394+ # and the setting is otherwise implicitly used.
394395 [client-mariadb]
395- disable- ssl-verify-server-cert
396+ ssl-verify-server-cert
396397
397398 - name : Configure DB environment
398399 if : ${{ matrix.dbtype != 'sqlite' }}
You can’t perform that action at this time.
0 commit comments