]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Test on more jQuery Core versions
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 3 Jun 2024 16:32:13 +0000 (18:32 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2024 16:32:13 +0000 (18:32 +0200)
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

.github/workflows/node.js.yml

index 30e8583feeac900119cfa69f1b32317fab1279ab..7f43013fda00029413ec385173b4a4294f4c22a9 100644 (file)
@@ -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: