Skip to content

Commit

Permalink
Merge pull request #17268 from simonihmig/update-old-jquery-for-tests
Browse files Browse the repository at this point in the history
Update old jQuery versions for tests
  • Loading branch information
rwjblue authored Dec 6, 2018
2 parents 2a38db4 + e0c16f6 commit 892d732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/run-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ function generateBuiltTests() {

function generateOldJQueryTests() {
testFunctions.push(function() {
return run('jquery=1.8.3&nolint=true');
return run('jquery=1.10.2&nolint=true');
});
testFunctions.push(function() {
return run('jquery=1.10.2&nolint=true');
return run('jquery=1.12.4&nolint=true');
});
testFunctions.push(function() {
return run('jquery=2.2.4&nolint=true');
Expand Down

0 comments on commit 892d732

Please sign in to comment.