diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2023-05-12 00:48:38 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2023-05-12 00:48:38 +0200 |
commit | 1be45388176080418aef84f3c98fda2c10fcdc42 (patch) | |
tree | 91f3874bd8f73a47e1afcbebc0bc3e1d2705e3e0 /tests | |
parent | ba249efb6bee192d978a2f66eee4c717041f15fd (diff) | |
download | jquery-ui-1be45388176080418aef84f3c98fda2c10fcdc42.tar.gz jquery-ui-1be45388176080418aef84f3c98fda2c10fcdc42.zip |
Build: Add jQuery 3.7.0
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/bootstrap.js | 2 | ||||
-rw-r--r-- | tests/lib/qunit.js | 1 | ||||
-rw-r--r-- | tests/unit/subsuite.js | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js index ea699a1e9..98c17f4d5 100644 --- a/tests/lib/bootstrap.js +++ b/tests/lib/bootstrap.js @@ -1,7 +1,7 @@ ( function() { "use strict"; -var DEFAULT_JQUERY_VERSION = "3.6.4"; +var DEFAULT_JQUERY_VERSION = "3.7.0"; requirejs.config( { paths: { diff --git a/tests/lib/qunit.js b/tests/lib/qunit.js index 3edafee98..7049d60a5 100644 --- a/tests/lib/qunit.js +++ b/tests/lib/qunit.js @@ -30,6 +30,7 @@ QUnit.config.urlConfig.push( { "3.4.0", "3.4.1", "3.5.0", "3.5.1", "3.6.0", "3.6.1", "3.6.2", "3.6.3", "3.6.4", + "3.7.0", "3.x-git", "git", "custom" ], tooltip: "Which jQuery Core version to test against" diff --git a/tests/unit/subsuite.js b/tests/unit/subsuite.js index dc09d7eea..c34633a90 100644 --- a/tests/unit/subsuite.js +++ b/tests/unit/subsuite.js @@ -17,6 +17,7 @@ var versions = [ "3.4.0", "3.4.1", "3.5.0", "3.5.1", "3.6.0", "3.6.1", "3.6.2", "3.6.3", "3.6.4", + "3.7.0", "3.x-git", "git", "custom" ], additionalTests = { |