Skip to content

Commit 9f9a565

Browse files
committed
Fix CI
1 parent 0351228 commit 9f9a565

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111

1212
services:
1313
mysql:
14-
image: mysql:8
15-
env:
16-
MYSQL_ALLOW_EMPTY_PASSWORD: yes
17-
MYSQL_DATABASE: laravel
18-
MYSQL_ROOT_PASSWORD: root
19-
ports:
20-
- 3306:3306
21-
options: --default-authentication-plugin=mysql_native_password --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
14+
image: mysql:8
15+
env:
16+
MYSQL_ALLOW_EMPTY_PASSWORD: yes
17+
MYSQL_DATABASE: laravel
18+
MYSQL_ROOT_PASSWORD: root
19+
ports:
20+
- 3306:3306
21+
options: --default-authentication-plugin=mysql_native_password --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
2222

2323
strategy:
2424
fail-fast: true

0 commit comments

Comments
 (0)