Skip to content

Commit

Permalink
chore(test.yml): update 5.0.x mongo binary version
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Mar 6, 2023
1 parent a919fc4 commit 5b6f949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
matrix:
node: [14, 16, 18]
os: [ubuntu-18.04, ubuntu-20.04]
mongodb: [4.4.18, 5.0.8, 6.0.4]
mongodb: [4.4.18, 5.0.14, 6.0.4]
include:
- os: ubuntu-20.04 # customize on which matrix the coverage will be collected on
mongodb: 5.0.11
mongodb: 5.0.14
node: 16
coverage: true
exclude:
Expand Down

0 comments on commit 5b6f949

Please sign in to comment.