From f9d2c19d8a40bf51b8057a5b8772672f24cc5715 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 22 Dec 2021 22:17:39 -0800 Subject: [PATCH] [Tests] do not fail fast; add react 17 --- .github/workflows/ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eda360f..d04b065 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,13 +8,15 @@ jobs: name: "Build & Test (React v${{ matrix.react_version}})" runs-on: ubuntu-latest strategy: + fail-fast: false matrix: react_version: - - "0.14.9" - - "15.0" - - "15" - - "16.0" + - "17" - "16" + - "16.0" + - "15" + - "15.0" + - "0.14.9" steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2