Skip to content

Commit c4e00c6

Browse files
committed
Set ssl-verify-server-cert to on
1 parent f9f4535 commit c4e00c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ jobs:
393393
# warnings because WP-CLI passes password via the `MYSQL_PWD` environment variable
394394
# and the setting is otherwise implicitly used.
395395
[client-mariadb]
396-
ssl-verify-server-cert
396+
ssl-verify-server-cert = on
397397
398398
- name: Configure DB environment
399399
if: ${{ matrix.dbtype != 'sqlite' }}

0 commit comments

Comments
 (0)