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 0351228 commit 9f9a565Copy full SHA for 9f9a565
.github/workflows/ci.yaml
@@ -11,14 +11,14 @@ jobs:
11
12
services:
13
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
+ image: mysql:8
+ env:
+ MYSQL_ALLOW_EMPTY_PASSWORD: yes
+ MYSQL_DATABASE: laravel
+ MYSQL_ROOT_PASSWORD: root
+ ports:
+ - 3306:3306
+ options: --default-authentication-plugin=mysql_native_password --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
22
23
strategy:
24
fail-fast: true
0 commit comments