Skip to content

Commit f2d3bf6

Browse files
committed
fix workflow file
1 parent 5f4b7bb commit f2d3bf6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ${{matrix.os}}
12-
name: PHP v${{ matrix.php }}, Mongo v${{ matrix.mongodb}}
11+
runs-on: ${{ matrix.os }}
12+
name: PHP v${{ matrix.php }} with Mongo v${{ matrix.mongodb }}
1313
continue-on-error: ${{ matrix.experimental }}
1414
strategy:
1515
matrix:
@@ -39,7 +39,6 @@ jobs:
3939
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
4040
MYSQL_DATABASE: 'unittest'
4141
MYSQL_ROOT_PASSWORD:
42-
name: PHP v${{ matrix.php }} with Mongo v${{ matrix.mongodb }}
4342

4443
steps:
4544
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)