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 2343762 commit cf51510Copy full SHA for cf51510
.github/workflows/build-ci.yml
@@ -8,8 +8,8 @@ on:
8
9
jobs:
10
build:
11
- runs-on: ${{matrix.os}}
12
- name: PHP v${{ matrix.php }}, Mongo v${{ matrix.mongodb}}
+ runs-on: ${{ matrix.os }}
+ name: PHP v${{ matrix.php }} with Mongo v${{ matrix.mongodb }}
13
continue-on-error: ${{ matrix.experimental }}
14
strategy:
15
matrix:
@@ -39,7 +39,6 @@ jobs:
39
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
40
MYSQL_DATABASE: 'unittest'
41
MYSQL_ROOT_PASSWORD:
42
- name: PHP v${{ matrix.php }} with Mongo v${{ matrix.mongodb }}
43
44
steps:
45
- uses: actions/checkout@v2
0 commit comments