Skip to content

Commit 1a8015f

Browse files
committed
Removed command
1 parent 7a5e8ee commit 1a8015f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
MYSQL_DATABASE: laravel
1818
ports:
1919
- 3306:3306
20-
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
21-
command: --default-authentication-plugin=mysql_native_password
20+
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 --loose-default-authentication-plugin=mysql_native_password
21+
2222

2323
strategy:
2424
fail-fast: true

0 commit comments

Comments
 (0)