diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2024-04-27 01:21:15 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2024-04-27 01:21:26 +0200 |
commit | 795b77364036e399c74684c439a2aebda0225287 (patch) | |
tree | dad4fc4a7cb49ee0e8d97c6481d018a60f73007c | |
parent | 798a82dfc3019fa28f8d6472b72b93c781db771f (diff) | |
download | jquery-ui-795b77364036e399c74684c439a2aebda0225287.tar.gz jquery-ui-795b77364036e399c74684c439a2aebda0225287.zip |
Build: Run tests on jQuery 3.7.1, not 3.7.0
-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 1f5bb81b2..de9be46a0 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.7": "3.7.0", + "3.7": "3.7.1", "3.6": "3.6.4", "3.5": "3.5.1", "3.4": "3.4.1", |