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 966377b commit ea2f870Copy full SHA for ea2f870
.github/workflows/ci.yaml
@@ -15,14 +15,12 @@ jobs:
15
env:
16
MYSQL_ALLOW_EMPTY_PASSWORD: yes
17
MYSQL_DATABASE: laravel
18
+ args: [
19
+ "--default-authentication-plugin=mysql_native_password"
20
+ ]
21
ports:
22
- 3306:3306
23
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
- entrypoint: [
- "docker-entrypoint.sh",
- "mysqld",
24
- "--default-authentication-plugin=mysql_native_password"
25
- ]
26
27
strategy:
28
fail-fast: true
0 commit comments