Skip to content

Commit

Permalink
feat: add support for mongodb v6
Browse files Browse the repository at this point in the history
Closes #415
  • Loading branch information
simon-abbott committed Jan 14, 2025
1 parent 6b9ba6a commit f0d37d7
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 96 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ jobs:
fail-fast: false
matrix:
node-version: [14, 16, 18, 20, 22, lts/*, latest]
mongodb-version: ['^5']
mongodb-version: ['^5', '^6']
exclude:
# mongodb v6 drops support for Node.js v14
- node-version: 14
mongodb-version: '^6'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit f0d37d7

Please sign in to comment.