Skip to content

Commit 7d110d5

Browse files
trentmpichlermarc
andauthored
test: reduce number of mongoose versions tested from 204 to 19 (open-telemetry#1861)
This tests just the latest in each minor version. Refs: open-telemetry#1860 Co-authored-by: Marc Pichler <[email protected]>
1 parent 63520b1 commit 7d110d5

File tree

1 file changed

+2
-1
lines changed
  • plugins/node/instrumentation-mongoose

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
'mongoose':
2-
versions: ">=5.9.7 <7"
2+
# Test all the latest minor versions in the range ">=5.9.7 <7".
3+
versions: "5.9.7 || 5.9.29 || 5.10.19 || 5.11.20 || 5.12.15 || 5.13.21 || 6.0.15 || 6.1.10 || 6.2.11 || 6.3.9 || 6.4.7 || 6.5.5 || 6.6.7 || 6.7.5 || 6.8.4 || 6.9.3 || 6.10.5 || 6.11.6 || ^6.12.3"
34
commands:
45
- npm run test

0 commit comments

Comments
 (0)