From 468f1e3abe0276cac203761bcfae55ae8e17a500 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski Date: Wed, 25 May 2016 14:58:08 +0200 Subject: Build: Add jQuery 1.12/2.2 to the test configuration Ref gh-1706 --- tests/lib/qunit.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/lib/qunit.js') diff --git a/tests/lib/qunit.js b/tests/lib/qunit.js index e2a6e85c7..890d434df 100644 --- a/tests/lib/qunit.js +++ b/tests/lib/qunit.js @@ -25,8 +25,10 @@ QUnit.config.urlConfig.push( { "1.9.0", "1.9.1", "1.10.0", "1.10.1", "1.10.2", "1.11.0", "1.11.1", "1.11.2", "1.11.3", + "1.12.0", "1.12.1", "1.12.2", "1.12.3", "1.12.4", "2.0.0", "2.0.1", "2.0.2", "2.0.3", - "2.1.0", "2.1.1", "2.1.2", "2.1.3", + "2.1.0", "2.1.1", "2.1.2", "2.1.3", "2.1.4", + "2.2.0", "2.2.1", "2.2.2", "2.2.3", "2.2.4", "git", "custom" ], tooltip: "Which jQuery Core version to test against" -- cgit v1.2.3