Skip to content

Commit b6a2f45

Browse files
committed
Tests: Fix TestSwarm submissions for old jQuery
1 parent 7c8790d commit b6a2f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/tasks/testswarm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ 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 1.7.1 1.7.2",
11-
"1.6": "1.6 1.6.1 1.6.2 1.6.3 1.6.4"
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"
1212
},
1313
tests = {
1414
"Accordion": "accordion/accordion.html",

0 commit comments

Comments
 (0)