File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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']
Original file line number Diff line number Diff line change 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
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 :
Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments