Skip to content

Commit 9f7c11a

Browse files
committed
chore(test.yml): update to not use "ubuntu-18.04" anymore
fixes #13134
1 parent 5b6f949 commit 9f7c11a

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,18 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
node: [14, 16, 18]
43-
os: [ubuntu-18.04, ubuntu-20.04]
43+
os: [ubuntu-20.04, ubuntu-22.04]
4444
mongodb: [4.4.18, 5.0.14, 6.0.4]
4545
include:
4646
- os: ubuntu-20.04 # customize on which matrix the coverage will be collected on
4747
mongodb: 5.0.14
4848
node: 16
4949
coverage: true
5050
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
5755
name: Node ${{ matrix.node }} MongoDB ${{ matrix.mongodb }} OS ${{ matrix.os }}
5856
env:
5957
MONGOMS_VERSION: ${{ matrix.mongodb }}

0 commit comments

Comments
 (0)