From 1be45388176080418aef84f3c98fda2c10fcdc42 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Fri, 12 May 2023 00:48:38 +0200 Subject: Build: Add jQuery 3.7.0 --- tests/lib/bootstrap.js | 2 +- tests/lib/qunit.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/lib') 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" -- cgit v1.2.3