aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2021-04-09 23:36:00 +0200
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2024-05-15 00:38:30 +0200
commitdaa6fb55b35065c49c0ffc879c94627bbf85404c (patch)
treec1c90efc224aa82614758262b4e308cc8354ac65 /tests/lib
parentac8b1e4eee8682e6825730c4823036a90031edad (diff)
downloadjquery-ui-daa6fb55b35065c49c0ffc879c94627bbf85404c.tar.gz
jquery-ui-daa6fb55b35065c49c0ffc879c94627bbf85404c.zip
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
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/qunit.js10
1 files changed, 2 insertions, 8 deletions
diff --git a/tests/lib/qunit.js b/tests/lib/qunit.js
index eac9c4a92..cc2f01d79 100644
--- a/tests/lib/qunit.js
+++ b/tests/lib/qunit.js
@@ -16,14 +16,8 @@ QUnit.config.urlConfig.push( {
// Keep in sync with tests/runner/jquery.js
value: [
- "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",