Skip to content

Commit

Permalink
[Tests] do not fail fast; add react 17
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 23, 2021
1 parent 307a0f5 commit f9d2c19
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit f9d2c19

Please sign in to comment.