From daa6fb55b35065c49c0ffc879c94627bbf85404c Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Fri, 9 Apr 2021 23:36:00 +0200 Subject: All: Drop support for jQueries different than the latest for each major Also, remove the ability to run the test suite in jQuery <1.12.4 & <2.2.4. Closes gh-2249 --- tests/runner/flags/jquery.js | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'tests/runner') diff --git a/tests/runner/flags/jquery.js b/tests/runner/flags/jquery.js index 3dee6269e..0d4f21524 100644 --- a/tests/runner/flags/jquery.js +++ b/tests/runner/flags/jquery.js @@ -1,13 +1,7 @@ // Keep in sync with tests/lib/qunit.js export const jquery = [ - "1.8.0", "1.8.1", "1.8.2", "1.8.3", - "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.4", - "2.2.0", "2.2.1", "2.2.2", "2.2.3", "2.2.4", + "1.12.4", + "2.2.4", "3.0.0", "3.1.0", "3.1.1", "3.2.0", "3.2.1", -- cgit v1.2.3