Skip to content

Commit 6093f2e

Browse files
committed
Drop the React 15 support
1 parent d783370 commit 6093f2e

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
node-version: [ 16.x, 18.x, 20.x ]
17-
react-version: [ rc15, rc16, rc17, rc18 ]
17+
react-version: [ rc16, rc17, rc18 ]
1818

1919
steps:
2020
- name: Checkout

tox.ini

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
[tox]
22
envlist =
3-
rc15
43
rc16
54
rc17
65
rc18
76

8-
[testenv:rc15]
9-
allowlist_externals = npm
10-
commands =
11-
npm install
12-
npm install -D @types/react@^15.0.0
13-
npm test
14-
157
[testenv:rc16]
168
allowlist_externals = npm
179
commands =

0 commit comments

Comments
 (0)