Skip to content

Commit 577cb06

Browse files
bump node and mongodb versions
1 parent 7175c56 commit 577cb06

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/test-auth.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [18, 20]
13-
mongodb-version: ['4.4', '5.0', '6.0']
12+
node-version: [20, 22]
13+
mongodb-version: ['5.0', '6.0', '7.0']
1414
mongodb-db: ['ci']
1515
mongodb-username: ['ci']
1616
mongodb-password: ['ci']

.github/workflows/test-replica-set.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [18, 20]
13-
mongodb-version: ['4.4', '5.0', '6.0']
12+
node-version: [20, 22]
13+
mongodb-version: ['5.0', '6.0', '7.0']
1414

1515
steps:
1616
- name: Harden Runner
@@ -45,9 +45,9 @@ jobs:
4545
runs-on: ubuntu-latest
4646
strategy:
4747
matrix:
48-
node-version: [18, 20]
48+
node-version: [20, 22]
4949
mongodb-port: [23456]
50-
mongodb-version: ['4.4', '5.0', '6.0']
50+
mongodb-version: ['5.0', '6.0', '7.0']
5151

5252
name: MongoDB v${{ matrix.mongodb-version }} RS, Port ${{ matrix.mongodb-port }} — Node.js v${{ matrix.node-version }}
5353
steps:

.github/workflows/test-single-instance.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [18, 20]
13-
mongodb-version: ['4.4', '5.0', '6.0']
12+
node-version: [20, 22]
13+
mongodb-version: ['5.0', '6.0', '7.0']
1414

1515
steps:
1616
- name: Harden Runner
@@ -46,8 +46,8 @@ jobs:
4646
strategy:
4747
matrix:
4848
mongodb-port: [12345]
49-
mongodb-version: ['4.4', '5.0', '6.0']
50-
node-version: [18, 20]
49+
mongodb-version: ['5.0', '6.0', '7.0']
50+
node-version: [20, 22]
5151

5252
name: MongoDB v${{ matrix.mongodb-version }}, Port ${{ matrix.mongodb-port }} — Node.js v${{ matrix.node-version }}
5353
steps:

0 commit comments

Comments
 (0)