We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670745a commit 43bd7daCopy full SHA for 43bd7da
1 file changed
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
steps:
43
- name: Setup MySQL latest
44
if: matrix.db-type == 'mysql'
45
- run: docker run --rm --name=mysqld -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=cakephp_test -p 3306:3306 -d mysql --default-authentication-plugin=mysql_native_password --disable-log-bin
+ run: docker run --rm --name=mysqld -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=cakephp_test -p 3306:3306 -d mysql --disable-log-bin
46
47
- name: Setup MySQL 8.0
48
if: matrix.db-type == 'mysql:8.0'
0 commit comments