diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-05-25 14:58:08 +0200 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-05-25 16:42:06 -0400 |
commit | 468f1e3abe0276cac203761bcfae55ae8e17a500 (patch) | |
tree | 35fb565e61e8ca150702fdfa0686683cf53bf9ee /tests/lib/bootstrap.js | |
parent | 50d910b84844367b0bcf324b5bb50ce70b43f9c2 (diff) | |
download | jquery-ui-468f1e3abe0276cac203761bcfae55ae8e17a500.tar.gz jquery-ui-468f1e3abe0276cac203761bcfae55ae8e17a500.zip |
Build: Add jQuery 1.12/2.2 to the test configuration
Ref gh-1706
Diffstat (limited to 'tests/lib/bootstrap.js')
-rw-r--r-- | tests/lib/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js index 4e374ac27..3d9cc3691 100644 --- a/tests/lib/bootstrap.js +++ b/tests/lib/bootstrap.js @@ -96,7 +96,7 @@ function jqueryUrl() { if ( version === "git" ) { url = "http://code.jquery.com/jquery-" + version; } else { - url = "../../../external/jquery-" + ( version || "1.11.3" ) + "/jquery"; + url = "../../../external/jquery-" + ( version || "1.12.4" ) + "/jquery"; } return url; |