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 /build/tasks | |
parent | ba249efb6bee192d978a2f66eee4c717041f15fd (diff) | |
download | jquery-ui-1be45388176080418aef84f3c98fda2c10fcdc42.tar.gz jquery-ui-1be45388176080418aef84f3c98fda2c10fcdc42.zip |
Build: Add jQuery 3.7.0
Diffstat (limited to 'build/tasks')
-rw-r--r-- | build/tasks/testswarm.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index cf2718615..1f5bb81b2 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -5,6 +5,7 @@ module.exports = function( grunt ) { var versions = { "git": "git", "3.x-git": "3.x-git", + "3.7": "3.7.0", "3.6": "3.6.4", "3.5": "3.5.1", "3.4": "3.4.1", |