Skip to content

Commit 34db0ea

Browse files
committed
Tests: Update jQuery 3.6.0 to 3.6.3
1 parent eea82f9 commit 34db0ea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ module.exports = function( grunt ) {
8181
"min+3.x-git.min",
8282
"dev+3.x-git.slim",
8383
"min+3.x-git.slim.min",
84-
"dev+3.6.0",
85-
"dev+3.6.0.slim",
84+
"dev+3.6.3",
85+
"dev+3.6.3.slim",
8686
"dev+3.5.1",
8787
"dev+3.5.1.slim",
8888
"dev+3.4.1",

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following table indicates which jQuery Migrate versions can be used with whi
2525
In your web page, load this plugin *after* the script tag for jQuery, for example:
2626

2727
```html
28-
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
28+
<script src="https://code.jquery.com/jquery-3.6.3.js"></script>
2929
<script src="https://code.jquery.com/jquery-migrate-3.4.0.js"></script>
3030
```
3131

test/data/testinit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ TestManager.init( {
261261
urlTag: "jquery",
262262
choices: "dev,min,git,git.min,git.slim,git.slim.min," +
263263
"3.x-git,3.x-git.min,3.x-git.slim,3.x-git.slim.min," +
264-
"3.6.0,3.6.0.slim,3.5.1,3.5.1.slim,3.4.1,3.4.1.slim," +
264+
"3.6.3,3.6.3.slim,3.5.1,3.5.1.slim,3.4.1,3.4.1.slim," +
265265
"3.3.1,3.3.1.slim,3.2.1,3.2.1.slim,3.1.1,3.1.1.slim,3.0.0,3.0.0.slim"
266266
},
267267
"jquery-migrate": {

0 commit comments

Comments
 (0)