diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-05-16 08:27:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-16 08:27:27 +0200 |
commit | d37ebc624da1432bd58e5131805a821e163277ce (patch) | |
tree | 94aa522136adc4a55b7d4d85f32926ff6ef53f81 /tests/lib/qunit.js | |
parent | 512cbbf4d9d039519ef9c94716d7048ca2ff582f (diff) | |
download | jquery-ui-d37ebc624da1432bd58e5131805a821e163277ce.tar.gz jquery-ui-d37ebc624da1432bd58e5131805a821e163277ce.zip |
Build: Add jQuery 3.5.0 & 3.5.1
Closes gh-1915
Diffstat (limited to 'tests/lib/qunit.js')
-rw-r--r-- | tests/lib/qunit.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/qunit.js b/tests/lib/qunit.js index ab8183361..1c1d210d7 100644 --- a/tests/lib/qunit.js +++ b/tests/lib/qunit.js @@ -34,6 +34,7 @@ QUnit.config.urlConfig.push( { "3.2.0", "3.2.1", "3.3.0", "3.3.1", "3.4.0", "3.4.1", + "3.5.0", "3.5.1", "3.x-git", "git", "custom" ], tooltip: "Which jQuery Core version to test against" |