aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2016-05-25 14:58:08 +0200
committerScott González <scott.gonzalez@gmail.com>2016-05-25 16:42:06 -0400
commit468f1e3abe0276cac203761bcfae55ae8e17a500 (patch)
tree35fb565e61e8ca150702fdfa0686683cf53bf9ee /build
parent50d910b84844367b0bcf324b5bb50ce70b43f9c2 (diff)
downloadjquery-ui-468f1e3abe0276cac203761bcfae55ae8e17a500.tar.gz
jquery-ui-468f1e3abe0276cac203761bcfae55ae8e17a500.zip
Build: Add jQuery 1.12/2.2 to the test configuration
Ref gh-1706
Diffstat (limited to 'build')
-rw-r--r--build/tasks/testswarm.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js
index 60f2800c5..ce602749d 100644
--- a/build/tasks/testswarm.js
+++ b/build/tasks/testswarm.js
@@ -4,6 +4,10 @@ module.exports = function( grunt ) {
var versions = {
"git": "git",
+ "2.2": "2.2.0 2.2.1 2.2.2 2.2.3 2.2.4",
+ "2.1": "2.1.0 2.1.1 2.1.2 2.1.3 2.1.4",
+ "2.0": "2.0.0 2.0.1 2.0.2 2.0.3",
+ "1.12": "1.12.0 1.12.1 1.12.2 1.12.3 1.12.4",
"1.11": "1.11.0 1.11.1 1.11.2 1.11.3",
"1.10": "1.10.0 1.10.2",
"1.9": "1.9.0 1.9.1",