We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae12798 commit d4796bfCopy full SHA for d4796bf
.env.ci
@@ -0,0 +1,11 @@
1
+APP_NAME=laravel-enum-collection
2
+APP_ENV=local
3
+APP_KEY=base64:jzYcVrLX7NW/PnDQXWsOTVkidz5lTCED6OijfG1r0qg=
4
+APP_LOG_LEVEL=debug
5
+
6
+DB_CONNECTION=mysql
7
+DB_HOST=mysql
8
+DB_PORT=3306
9
+DB_DATABASE=test
10
+DB_USERNAME=root
11
+DB_PASSWORD=password
.github/workflows/run-tests.yml
@@ -13,8 +13,8 @@ jobs:
13
mysql:
14
image: mysql:8
15
env:
16
- MYSQL_ALLOW_EMPTY_PASSWORD: yes
17
- MYSQL_DATABASE: laravel_enum_collection
+ MYSQL_ROOT_PASSWORD: password
+ MYSQL_DATABASE: test
18
ports:
19
- 3306
20
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
0 commit comments