Skip to content

Commit

Permalink
fixup! Expand GHA test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Dec 28, 2023
1 parent 99ceefc commit 225d8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
image: ${{ startsWith(matrix.database, 'mysql80') && 'mysql:8.0' || '' }}
ports:
- 3306:3306
command: --default-authentication-plugin=mysql_native_password
# command: --default-authentication-plugin=mysql_native_password
env:
MYSQL_ROOT_PASSWORD: password
options:
Expand Down

0 comments on commit 225d8af

Please sign in to comment.