Skip to content

Commit 72ea3e2

Browse files
authored
test(mysql2): reduce number of versions tested (#3154)
1 parent 47052d5 commit 72ea3e2

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed
Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
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
2+
- versions:
3+
include: ">=1.4.2 <3"
4+
# Skip v1.6.2, which is broken
5+
# Skip 2.3.3 which installs types from git which takes 10m on its own
6+
exclude: "1.6.2 || 2.3.3"
7+
mode: max-3
8+
commands: npm run test
9+
- versions:
10+
include: ">=3 <4"
11+
mode: max-7
12+
commands: npm run test

0 commit comments

Comments
 (0)