From a2512db66bde6fa0ea3e0bec6b8a4b095caf9b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Wed, 29 May 2024 18:21:38 +0200 Subject: [PATCH] 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. --- .github/workflows/node.js.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 30e8583fee..7f43013fda 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: