Skip to content

Commit 795b773

Browse files
committed
Build: Run tests on jQuery 3.7.1, not 3.7.0
1 parent 798a82d commit 795b773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/testswarm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = function( grunt ) {
55
var versions = {
66
"git": "git",
77
"3.x-git": "3.x-git",
8-
"3.7": "3.7.0",
8+
"3.7": "3.7.1",
99
"3.6": "3.6.4",
1010
"3.5": "3.5.1",
1111
"3.4": "3.4.1",

0 commit comments

Comments
 (0)