From 2bbe348cdb96912640dc572a95593da2948f0a79 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Mon, 23 Feb 2026 16:39:03 +0000 Subject: [PATCH 1/2] add broccoli 4 to tests --- test/multidep.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/multidep.json b/test/multidep.json index b1765f3..aff70b9 100644 --- a/test/multidep.json +++ b/test/multidep.json @@ -1,6 +1,6 @@ { "path": "test/multidep", "versions": { - "broccoli": ["0.16.9", "1.0.0", "1.1.0", "2.0.0", "2.1.0", "2.2.0", "2.3.0", "3.0.1", "3.1.2"] + "broccoli": ["0.16.9", "1.0.0", "1.1.0", "2.0.0", "2.1.0", "2.2.0", "2.3.0", "3.0.1", "3.1.2", "4.0.0"] } } From b3cc862fa85adb308fa7ee13e11449168e971fff Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Mon, 23 Feb 2026 16:45:06 +0000 Subject: [PATCH 2/2] turn fail-fast off --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b83244..9609d33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: runs-on: "${{ matrix.os }}-latest" strategy: + fail-fast: false matrix: node-version: [10.x, 12.x, 14.x] os: ['windows', 'ubuntu']