Skip to content

Commit 010f79c

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.5.1` & `3.6.4` to the mix; we'll work on a more detailed policy soon.
1 parent 9180a81 commit 010f79c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- "git"
2727
- "3.x-git"
2828
- "3.7.1"
29+
- "3.6.4"
30+
- "3.5.1"
2931
- "2.2.4"
3032
- "1.12.4"
3133

@@ -68,6 +70,8 @@ jobs:
6870
- "git"
6971
- "3.x-git"
7072
- "3.7.1"
73+
- "3.6.4"
74+
- "3.5.1"
7175
- "2.2.4"
7276
- "1.12.4"
7377
steps:
@@ -106,6 +110,8 @@ jobs:
106110
- "git"
107111
- "3.x-git"
108112
- "3.7.1"
113+
- "3.6.4"
114+
- "3.5.1"
109115
- "2.2.4"
110116
- "1.12.4"
111117
steps:

0 commit comments

Comments
 (0)