Skip to content

Commit a2512db

Browse files
committed
Build: Test on more jQuery Core versions
The initial 1.14.0 announcement only promised support for the latest version of jQuery Core within each major. The main goal was to avoid testing on too many old versions. However, just testing on the latest one seems too drastic. For now, add `3.6.4` to the mix; we'll work on a more detailed policy soon.
1 parent 9180a81 commit a2512db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- "git"
2727
- "3.x-git"
2828
- "3.7.1"
29+
- "3.6.4"
2930
- "2.2.4"
3031
- "1.12.4"
3132

@@ -68,6 +69,7 @@ jobs:
6869
- "git"
6970
- "3.x-git"
7071
- "3.7.1"
72+
- "3.6.4"
7173
- "2.2.4"
7274
- "1.12.4"
7375
steps:
@@ -106,6 +108,7 @@ jobs:
106108
- "git"
107109
- "3.x-git"
108110
- "3.7.1"
111+
- "3.6.4"
109112
- "2.2.4"
110113
- "1.12.4"
111114
steps:

0 commit comments

Comments
 (0)