Skip to content

Commit

Permalink
chore(instr-tedious): change to test all major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna committed May 14, 2024
1 parent 68c51ed commit 294561c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions plugins/node/instrumentation-tedious/.tav.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
tedious:
# 4.0.0 is broken: https://github.com/tediousjs/tedious/commit/4eceb48
versions: "1.11.0 || 1.14.0 || 2.7.1 || 3.0.1 || 4.2.0 || ^6.7.0 || 8.3.0 || 9.2.3 || 11.0.9 || 11.2.0 || 11.4.0 || ^11.8.0 || ^12.3.0 || ^13.2.0 || >=14 <18"
commands: npm run test
versions:
include: ">=1.11.0 <=17"
# 4.0.0 is broken: https://github.com/tediousjs/tedious/commit/4eceb48
exclude: "4.0.0"
mode: latest-majors
commands: npm run test

0 comments on commit 294561c

Please sign in to comment.