diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2023-05-10 10:54:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-10 10:54:31 +0200 |
commit | beeb410ccbe1c4108ee93bdbdc05e003f115baf6 (patch) | |
tree | 53134a48cdb30f91f4a39048ea011a9904793890 /build/tasks | |
parent | 546214e86956804a1b02da173a4c6c5ddea11454 (diff) | |
download | jquery-ui-beeb410ccbe1c4108ee93bdbdc05e003f115baf6.tar.gz jquery-ui-beeb410ccbe1c4108ee93bdbdc05e003f115baf6.zip |
Build: Add jQuery 3.6.4, update Migrate to 3.4.1
Closes gh-2161
Diffstat (limited to 'build/tasks')
-rw-r--r-- | build/tasks/testswarm.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index f3c3355e1..cf2718615 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -5,7 +5,7 @@ module.exports = function( grunt ) { var versions = { "git": "git", "3.x-git": "3.x-git", - "3.6": "3.6.3", + "3.6": "3.6.4", "3.5": "3.5.1", "3.4": "3.4.1", "3.3": "3.3.1", |