Skip to content

Commit ac49929

Browse files
morchardjzaefferer
authored andcommitted
All: Remove 1.6.x leftovers
Removes 1.6 versions from "All" tests and from the TestSwarm job. Ref #10723 Ref jquerygh-1422 Closes jquerygh-1434 Closes jquerygh-1435
1 parent 0bbd156 commit ac49929

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build/tasks/testswarm.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ var versions = {
77
"1.10": "1.10.0 1.10.1 1.10.2",
88
"1.9": "1.9.0 1.9.1",
99
"1.8": "1.8.0 1.8.1 1.8.2 1.8.3",
10-
"1.7": "1.7.0 1.7.1 1.7.2",
11-
"1.6": "1.6.0 1.6.1 1.6.2 1.6.3 1.6.4"
10+
"1.7": "1.7.0 1.7.1 1.7.2"
1211
},
1312
tests = {
1413
"Accordion": "accordion/accordion.html",

tests/unit/subsuite.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
(function() {
22

33
var versions = [
4-
"1.6.0", "1.6.1", "1.6.2", "1.6.3", "1.6.4",
54
"1.7.0", "1.7.1", "1.7.2",
65
"1.8.0", "1.8.1", "1.8.2", "1.8.3",
76
"1.9.0", "1.9.1",

0 commit comments

Comments
 (0)