Skip to content

Commit

Permalink
fixup! On Github CI test MySQL 4.1 and 5.1 server versions with MySQL…
Browse files Browse the repository at this point in the history
… 8.0.4+ client libraries
  • Loading branch information
pali committed Jul 23, 2023
1 parent b6a1b18 commit f80700b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,9 @@ jobs:
export DBD_MARIADB_TESTHOST=127.0.0.1
export DBD_MARIADB_TESTPORT=3310
fi
if [[ ${{ matrix.client-version }} =~ mysql-8 ]]; then
export DBD_MARIADB_TESTAUTHPLUGIN=mysql_native_password
fi
if [ "${{ matrix.client-version }}" != "system" ] && [ "${{ matrix.client-version }}" != "system-pic" ] && [ "${{ matrix.client-version }}" != "same-as-server" ]; then
if [ -x $HOME/client/bin/mysql_config ]; then
export DBD_MARIADB_CONFIG="$HOME/client/bin/mysql_config"
Expand Down

0 comments on commit f80700b

Please sign in to comment.