Skip to content

Commit ee6b861

Browse files
authored
Merge pull request Automattic#14937 from Automattic/vkarpov15/Automatticgh-14934
fix: add mongodb 8 to test matrix
2 parents 048eebc + 682a9e9 commit ee6b861

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
matrix:
4242
node: [16, 18, 20]
4343
os: [ubuntu-20.04, ubuntu-22.04]
44-
mongodb: [4.4.29, 5.0.26, 6.0.15, 7.0.12]
44+
mongodb: [4.4.29, 5.0.26, 6.0.15, 7.0.12, 8.0.0]
4545
include:
4646
- os: ubuntu-20.04 # customize on which matrix the coverage will be collected on
4747
mongodb: 5.0.26

docs/compatibility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Below are the [semver](http://semver.org/) ranges representing which versions of
1818

1919
| MongoDB Server | Mongoose |
2020
| :------------: | :-------------------------------------: |
21+
| `8.x` | `^8.7.0` |
2122
| `7.x` | `^7.4.0 \| ^8.0.0` |
2223
| `6.x` | `^6.5.0 \| ^7.0.0 \| ^8.0.0` |
2324
| `5.x` | `^5.13.0` \| `^6.0.0 \| ^7.0.0 \| ^8.0.0`|

0 commit comments

Comments
 (0)