We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d5eef commit bcdcbbbCopy full SHA for bcdcbbb
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
# Otherwise how would we know if a specific React version caused the failure?
15
fail-fast: false
16
matrix:
17
- REACT_DIST: [16, 17]
+ REACT_DIST: [16, 17, next]
18
19
steps:
20
- uses: actions/checkout@v2
0 commit comments