Skip to content

Commit

Permalink
test: reduce number of mongoose versions tested from 204 to 19 (#1861)
Browse files Browse the repository at this point in the history
This tests just the latest in each minor version.

Refs: #1860

Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
  • Loading branch information
trentm and pichlermarc authored Dec 14, 2023
1 parent 63520b1 commit 7d110d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/node/instrumentation-mongoose/.tav.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
'mongoose':
versions: ">=5.9.7 <7"
# Test all the latest minor versions in the range ">=5.9.7 <7".
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"
commands:
- npm run test

0 comments on commit 7d110d5

Please sign in to comment.