Skip to content

Commit 5eafc17

Browse files
committed
Build: Run tests on jQuery 3.4.0 as well
1 parent 48fba1f commit 5eafc17

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gruntfile.js

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ module.exports = function( grunt ) {
3030
jquery: [
3131
"dev+3.x-git",
3232
"min+3.x-git.min",
33+
"dev+3.4.0",
3334
"dev+3.3.1",
3435
"dev+3.2.1",
3536
"dev+3.1.1",

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.3.1,3.2.1,3.1.1,3.0.0"
142+
choices: "dev,min,git,3.x-git,3.4.0,3.3.1,3.2.1,3.1.1,3.0.0"
143143
},
144144
"jquery-migrate": {
145145
urlTag: "plugin",

0 commit comments

Comments
 (0)