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 5a43ecb commit 21f4d7aCopy full SHA for 21f4d7a
.github/workflows/build-ci.yml
@@ -14,6 +14,10 @@ jobs:
14
strategy:
15
matrix:
16
include:
17
+ - { os: ubuntu-latest, php: 7.2, mongodb: 3.6, experimental: true}
18
+ - { os: ubuntu-latest, php: 7.2, mongodb: '4.0', experimental: true}
19
+ - { os: ubuntu-latest, php: 7.2, mongodb: 4.2, experimental: true}
20
+ - { os: ubuntu-latest, php: 7.2, mongodb: 4.4, experimental: true}
21
- { os: ubuntu-latest, php: 7.3, mongodb: 3.6, experimental: false}
22
- { os: ubuntu-latest, php: 7.3, mongodb: '4.0', experimental: false}
23
- { os: ubuntu-latest, php: 7.3, mongodb: 4.2, experimental: false}
@@ -73,4 +77,4 @@ jobs:
73
77
- uses: codecov/codecov-action@v1
74
78
with:
75
79
token: ${{ secrets.CODECOV_TOKEN }}
76
- fail_ci_if_error: false
80
+ fail_ci_if_error: false
0 commit comments