We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f5668 commit 304a0aaCopy full SHA for 304a0aa
1 file changed
.github/workflows/reusable-testing.yml
@@ -560,6 +560,8 @@ jobs:
560
# Fall back to legacy configuration for MySQL 5.6, 5.7, 8.0 and MariaDB.
561
my-cnf: |
562
${{ steps.mysql-config.outputs.auth-config || 'default_authentication_plugin=mysql_native_password' }}
563
+ ${{ matrix.dbtype == 'mariadb' && '[client]' || '' }}
564
+ ${{ matrix.dbtype == 'mariadb' && 'disable-ssl-verify-server-cert' || '' }}
565
566
- name: Prepare test database
567
if: ${{ matrix.dbtype != 'sqlite' }}
0 commit comments