Skip to content

Commit 47052d5

Browse files
authored
test(instrumentation-mongoose): reduce number of versions tested (#3153)
1 parent 0c95b8e commit 47052d5

File tree

1 file changed

+3
-3
lines changed
  • packages/instrumentation-mongoose

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
mongoose:
22
- versions:
33
include: ">=5.9.7 <7"
4-
mode: latest-minors
4+
mode: latest-majors
55
commands: npm run test-v5-v6
66
- versions:
77
include: ">=7 <8"
8-
mode: latest-minors
8+
mode: max-5
99
node: '>=14.20.1'
1010
commands: npm run test-v7-v8
1111
- versions:
1212
include: ">=8 <9"
13-
mode: latest-minors
13+
mode: max-7
1414
node: '>=16.20.1'
1515
commands: npm run test-v7-v8

0 commit comments

Comments
 (0)