Skip to content
Snippets Groups Projects
Unverified Commit 2cb51c1f authored by Jordan Harband's avatar Jordan Harband
Browse files

[Tests] actually test on react versions in the matrix; add some more versions

parent 6a65043b
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,14 @@ jobs:
matrix:
node-version: ${{ fromJson(needs.matrix.outputs.latest) }}
react:
- 16
- 15
- 0.14
- '16'
- '16.9'
- '16.3'
- '16.0'
- '15'
- '15.5'
- '15.0'
# - '0.14' # TODO: fix pure-component-fallbacl
steps:
- uses: actions/checkout@v2
......@@ -38,6 +43,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm run tests-only
env:
REACT: ${{ matrix.react }}
- uses: codecov/codecov-action@v2
node:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment