Skip to content

Commit 1b88765

Browse files
authored
Merge pull request #14746 from hasezoey/mms10
Upgrade `mongodb-memory-server` to 10.x
2 parents 93ebbe1 + bb85c54 commit 1b88765

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ jobs:
4141
matrix:
4242
node: [16, 18, 20]
4343
os: [ubuntu-20.04, ubuntu-22.04]
44-
mongodb: [4.4.28, 5.0.25, 6.0.14, 7.0.7]
44+
mongodb: [4.4.29, 5.0.26, 6.0.15, 7.0.12]
4545
include:
4646
- os: ubuntu-20.04 # customize on which matrix the coverage will be collected on
47-
mongodb: 5.0.25
47+
mongodb: 5.0.26
4848
node: 16
4949
coverage: true
5050
exclude:
5151
- os: ubuntu-22.04 # exclude because there are no 4.x mongodb builds for 2204
52-
mongodb: 4.4.28
52+
mongodb: 4.4.29
5353
- os: ubuntu-22.04 # exclude because there are no 5.x mongodb builds for 2204
54-
mongodb: 5.0.25
54+
mongodb: 5.0.26
5555
name: Node ${{ matrix.node }} MongoDB ${{ matrix.mongodb }} OS ${{ matrix.os }}
5656
env:
5757
MONGOMS_VERSION: ${{ matrix.mongodb }}
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ubuntu-20.04
9191
name: Deno tests
9292
env:
93-
MONGOMS_VERSION: 6.0.14
93+
MONGOMS_VERSION: 6.0.15
9494
MONGOMS_PREFER_GLOBAL_PATH: 1
9595
FORCE_COLOR: true
9696
steps:

.github/workflows/tsd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup node
4444
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
4545
with:
46-
node-version: 14
46+
node-version: 16
4747

4848
- run: npm install
4949

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"mkdirp": "^3.0.1",
5858
"mocha": "10.6.0",
5959
"moment": "2.30.1",
60-
"mongodb-memory-server": "9.4.0",
60+
"mongodb-memory-server": "10.0.0",
6161
"ncp": "^2.0.0",
6262
"nyc": "15.1.0",
6363
"pug": "3.0.3",

0 commit comments

Comments
 (0)