Skip to content

Commit

Permalink
set minimum react version to 16 for testing, add next
Browse files Browse the repository at this point in the history
the v15 vs v16 output is different which affects snapshots
  • Loading branch information
quantizor committed Sep 7, 2020
1 parent 5b3957d commit da5d22e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
node: ["10", "12", "14"]
react: ["15", "16"]
react: ["16", "next"]
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
- name: Build
run: yarn build && yarn size
# should use the lowest versions from the matrices
if: matrix.node == '10' && matrix.react == '15'
if: matrix.node == '10' && matrix.react == '16'

0 comments on commit da5d22e

Please sign in to comment.