Skip to content

Commit 21f4d7a

Browse files
authored
Revert github workflow
1 parent 5a43ecb commit 21f4d7a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
strategy:
1515
matrix:
1616
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}
1721
- { os: ubuntu-latest, php: 7.3, mongodb: 3.6, experimental: false}
1822
- { os: ubuntu-latest, php: 7.3, mongodb: '4.0', experimental: false}
1923
- { os: ubuntu-latest, php: 7.3, mongodb: 4.2, experimental: false}
@@ -73,4 +77,4 @@ jobs:
7377
- uses: codecov/codecov-action@v1
7478
with:
7579
token: ${{ secrets.CODECOV_TOKEN }}
76-
fail_ci_if_error: false
80+
fail_ci_if_error: false

0 commit comments

Comments
 (0)