Skip to content

Commit

Permalink
Build: Test on more jQuery Core versions
Browse files Browse the repository at this point in the history
The initial 1.14.0 announcement only promised support for the latest version
of jQuery Core within each major. The main goal was to avoid testing on too many
old versions. However, just testing on the latest one seems too drastic. For
now, add `3.6.4` to the mix; we'll work on a more detailed policy soon.

Closes gh-2258
  • Loading branch information
mgol authored Jun 3, 2024
1 parent 9180a81 commit aa06be9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- "git"
- "3.x-git"
- "3.7.1"
- "3.6.4"
- "2.2.4"
- "1.12.4"

Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
- "git"
- "3.x-git"
- "3.7.1"
- "3.6.4"
- "2.2.4"
- "1.12.4"
steps:
Expand Down Expand Up @@ -106,6 +108,7 @@ jobs:
- "git"
- "3.x-git"
- "3.7.1"
- "3.6.4"
- "2.2.4"
- "1.12.4"
steps:
Expand Down

0 comments on commit aa06be9

Please sign in to comment.