Skip to content

Commit 43bd7da

Browse files
committed
fixes CI
1 parent 670745a commit 43bd7da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- name: Setup MySQL latest
4444
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
45+
run: docker run --rm --name=mysqld -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=cakephp_test -p 3306:3306 -d mysql --disable-log-bin
4646

4747
- name: Setup MySQL 8.0
4848
if: matrix.db-type == 'mysql:8.0'

0 commit comments

Comments
 (0)