Skip to content

Commit 90004df

Browse files
committed
bump node and mongodb versions
1 parent b5fa058 commit 90004df

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: Checkout
@@ -40,9 +40,9 @@ jobs:
4040
runs-on: ubuntu-latest
4141
strategy:
4242
matrix:
43-
node-version: [18, 20]
43+
node-version: [20, 22]
4444
mongodb-port: [23456]
45-
mongodb-version: ['4.4', '5.0', '6.0']
45+
mongodb-version: ['5.0', '6.0', '7.0']
4646

4747
name: MongoDB v${{ matrix.mongodb-version }} RS, Port ${{ matrix.mongodb-port }} — Node.js v${{ matrix.node-version }}
4848
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: Checkout
@@ -41,8 +41,8 @@ jobs:
4141
strategy:
4242
matrix:
4343
mongodb-port: [12345]
44-
mongodb-version: ['4.4', '5.0', '6.0']
45-
node-version: [18, 20]
44+
mongodb-version: ['5.0', '6.0', '7.0']
45+
node-version: [20, 22]
4646

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

0 commit comments

Comments
 (0)