We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47052d5 commit 72ea3e2Copy full SHA for 72ea3e2
packages/instrumentation-mysql2/.tav.yml
@@ -1,8 +1,12 @@
1
mysql2:
2
- versions:
3
- include: ">=1.4.2 <4"
4
- # Skip v1.6.2, which is broken
5
- # Skip 2.3.3 which installs types from git which takes 10m on it's own
6
- exclude: "1.6.2 || 2.3.3"
7
- mode: latest-minors
8
- commands: npm run test
+ - versions:
+ include: ">=1.4.2 <3"
+ # Skip v1.6.2, which is broken
+ # Skip 2.3.3 which installs types from git which takes 10m on its own
+ exclude: "1.6.2 || 2.3.3"
+ mode: max-3
+ commands: npm run test
9
10
+ include: ">=3 <4"
11
+ mode: max-7
12
0 commit comments