Skip to content

Commit

Permalink
Drop mongodb 3.4 support to fix the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
koresar committed Jan 31, 2022
1 parent 31cfcdd commit 552377b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
node: ['12', '14', '16']
mongodb-version: [ 3.4, 3.6, 4.0, 4.2, 4.4 ]
mongodb-version: [ 3.6, 4.0, 4.2, 4.4 ]
agenda-version: [ 3.1, 4.0 ]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 552377b

Please sign in to comment.