We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5e8ee commit 1a8015fCopy full SHA for 1a8015f
.github/workflows/ci.yaml
@@ -17,8 +17,8 @@ jobs:
17
MYSQL_DATABASE: laravel
18
ports:
19
- 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
+ options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 --loose-default-authentication-plugin=mysql_native_password
+
22
23
strategy:
24
fail-fast: true
0 commit comments