Skip to content

Commit c2224bf

Browse files
committed
Tests: Stop testing against core 1.10.1 on testswarm
Fixes #12745
1 parent 6fd9fc9 commit c2224bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/testswarm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = function( grunt ) {
55
var versions = {
66
"compat-git": "compat-git",
77
"1.11": "1.11.0 1.11.1 1.11.2 1.11.3",
8-
"1.10": "1.10.0 1.10.1 1.10.2",
8+
"1.10": "1.10.0 1.10.2",
99
"1.9": "1.9.0 1.9.1",
1010
"1.8": "1.8.0 1.8.1 1.8.2 1.8.3",
1111
"1.7": "1.7.0 1.7.1 1.7.2"

0 commit comments

Comments
 (0)