File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -40,20 +40,18 @@ jobs:
40
40
fail-fast : false
41
41
matrix :
42
42
node : [14, 16, 18]
43
- os : [ubuntu-18 .04, ubuntu-20 .04]
43
+ os : [ubuntu-20 .04, ubuntu-22 .04]
44
44
mongodb : [4.4.18, 5.0.14, 6.0.4]
45
45
include :
46
46
- os : ubuntu-20.04 # customize on which matrix the coverage will be collected on
47
47
mongodb : 5.0.14
48
48
node : 16
49
49
coverage : true
50
50
exclude :
51
- - os : ubuntu-18.04 # exclude because nodejs 18 requires higher GLIBC
52
- node : 18
53
- - os : ubuntu-18.04 # exclude because there are no builds for this ubuntu-mongodb version combination
54
- mongodb : 6.0.4
55
- # - os: ubuntu-20.04 # exclude because there are no <4.4 mongodb builds for 2004
56
- # mongodb: 4.0.2
51
+ - os : ubuntu-22.04 # exclude because there are no 4.x mongodb builds for 2204
52
+ mongodb : 4.4.18
53
+ - os : ubuntu-22.04 # exclude because there are no 5.x mongodb builds for 2204
54
+ mongodb : 5.0.14
57
55
name : Node ${{ matrix.node }} MongoDB ${{ matrix.mongodb }} OS ${{ matrix.os }}
58
56
env :
59
57
MONGOMS_VERSION : ${{ matrix.mongodb }}
You can’t perform that action at this time.
0 commit comments