aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2024-06-03 18:32:13 +0200
committerGitHub <noreply@github.com>2024-06-03 18:32:13 +0200
commitaa06be9813abeea148738ed3bae0ec638a535545 (patch)
treec2eb370236859de0e1b2d6be457cffd8ac0a6d78
parent9180a8180b17c38f6c3f27ba46d4546d800d3508 (diff)
downloadjquery-ui-aa06be9813abeea148738ed3bae0ec638a535545.tar.gz
jquery-ui-aa06be9813abeea148738ed3bae0ec638a535545.zip
Build: Test on more jQuery Core versions
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
-rw-r--r--.github/workflows/node.js.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml
index 30e8583fe..7f43013fd 100644
--- a/.github/workflows/node.js.yml
+++ b/.github/workflows/node.js.yml
@@ -26,6 +26,7 @@ jobs:
- "git"
- "3.x-git"
- "3.7.1"
+ - "3.6.4"
- "2.2.4"
- "1.12.4"
@@ -68,6 +69,7 @@ jobs:
- "git"
- "3.x-git"
- "3.7.1"
+ - "3.6.4"
- "2.2.4"
- "1.12.4"
steps:
@@ -106,6 +108,7 @@ jobs:
- "git"
- "3.x-git"
- "3.7.1"
+ - "3.6.4"
- "2.2.4"
- "1.12.4"
steps: