We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4716c31 commit e2dd39aCopy full SHA for e2dd39a
1 file changed
.github/workflows/test.yml
@@ -8,12 +8,12 @@ permissions:
8
jobs:
9
test:
10
# os is not in the matrix, because otherwise there would be way too many testing instances
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
12
strategy:
13
fail-fast: false
14
matrix:
15
- node: [16, 18, 20]
16
- mongo: [4.2, 5.0]
+ node: [20, 22]
+ mongo: [7.0, 8.0]
17
services:
18
mongodb:
19
image: mongo:${{ matrix.mongo }}
0 commit comments