Skip to content

Commit bcdcbbb

Browse files
committed
Run with next in CI
1 parent 56d5eef commit bcdcbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# Otherwise how would we know if a specific React version caused the failure?
1515
fail-fast: false
1616
matrix:
17-
REACT_DIST: [16, 17]
17+
REACT_DIST: [16, 17, next]
1818

1919
steps:
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)