Skip to content

Commit 4336560

Browse files
committed
Build: Support jQuery 3.4.1 and use 3.x-git for grunt test
Fixes #318
1 parent 5eafc17 commit 4336560

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = function( grunt ) {
3030
jquery: [
3131
"dev+3.x-git",
3232
"min+3.x-git.min",
33-
"dev+3.4.0",
33+
"dev+3.4.1",
3434
"dev+3.3.1",
3535
"dev+3.2.1",
3636
"dev+3.1.1",
@@ -116,7 +116,7 @@ module.exports = function( grunt ) {
116116
},
117117
frameworks: [ "qunit" ],
118118
files: [
119-
"https://code.jquery.com/jquery-git.min.js",
119+
"https://code.jquery.com/jquery-3.x-git.min.js",
120120
"dist/jquery-migrate.min.js",
121121
"src/compareVersions.js",
122122

File renamed without changes.

test/testinit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ TestManager = {
139139
TestManager.init( {
140140
"jquery": {
141141
urlTag: "jquery",
142-
choices: "dev,min,git,3.x-git,3.4.0,3.3.1,3.2.1,3.1.1,3.0.0"
142+
choices: "dev,min,git,3.x-git,3.4.1,3.3.1,3.2.1,3.1.1,3.0.0"
143143
},
144144
"jquery-migrate": {
145145
urlTag: "plugin",

0 commit comments

Comments
 (0)