Skip to content

Commit ef2ce4c

Browse files
committed
changed CI config.
1 parent 333e861 commit ef2ce4c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ jobs:
3131
--health-timeout=5s
3232
--health-retries=3
3333
34+
name: PHP ${{ matrix.php }} / MySQL ${{ matrix.mysql }}
35+
env:
36+
DB_HOST: 127.0.0.1
37+
DB_PORT: 3306
38+
DB_DATABASE: testing
39+
DB_USERNAME: root
40+
DB_PASSWORD: ''
41+
3442
steps:
3543
- uses: actions/checkout@v4
3644

0 commit comments

Comments
 (0)