diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-07-22 16:04:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-22 16:04:47 +0200 |
commit | b61b16b5a89ee27b30efdf7635d897af810af130 (patch) | |
tree | d2fc081ab5465ac1cd8e12072e92e9245dda8b08 /build | |
parent | 086c304218b0f6e24e8f9ea7d76c75d192977abd (diff) | |
download | jquery-ui-b61b16b5a89ee27b30efdf7635d897af810af130.tar.gz jquery-ui-b61b16b5a89ee27b30efdf7635d897af810af130.zip |
All: Drop support for jQuery 1.7
Closes gh-1923
Diffstat (limited to 'build')
-rw-r--r-- | build/tasks/testswarm.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 37a64a847..1df08d622 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -18,8 +18,7 @@ var versions = { "1.11": "1.11.3", "1.10": "1.10.2", "1.9": "1.9.1", - "1.8": "1.8.3", - "1.7": "1.7.2" + "1.8": "1.8.3" }, tests = { "Accordion": "accordion/accordion.html", |