Skip to content

Commit

Permalink
Tests: Update jQuery 3.6.0 to 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Jan 15, 2023
1 parent eea82f9 commit 34db0ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Expand Up @@ -81,8 +81,8 @@ module.exports = function( grunt ) {
"min+3.x-git.min",
"dev+3.x-git.slim",
"min+3.x-git.slim.min",
"dev+3.6.0",
"dev+3.6.0.slim",
"dev+3.6.3",
"dev+3.6.3.slim",
"dev+3.5.1",
"dev+3.5.1.slim",
"dev+3.4.1",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ The following table indicates which jQuery Migrate versions can be used with whi
In your web page, load this plugin *after* the script tag for jQuery, for example:

```html
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
<script src="https://code.jquery.com/jquery-3.6.3.js"></script>
<script src="https://code.jquery.com/jquery-migrate-3.4.0.js"></script>
```

Expand Down
2 changes: 1 addition & 1 deletion test/data/testinit.js
Expand Up @@ -261,7 +261,7 @@ TestManager.init( {
urlTag: "jquery",
choices: "dev,min,git,git.min,git.slim,git.slim.min," +
"3.x-git,3.x-git.min,3.x-git.slim,3.x-git.slim.min," +
"3.6.0,3.6.0.slim,3.5.1,3.5.1.slim,3.4.1,3.4.1.slim," +
"3.6.3,3.6.3.slim,3.5.1,3.5.1.slim,3.4.1,3.4.1.slim," +
"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"
},
"jquery-migrate": {
Expand Down

0 comments on commit 34db0ea

Please sign in to comment.