Skip to content

Commit fa16886

Browse files
committed
Test against rc version of React during CI
1 parent 6ecb888 commit fa16886

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ jobs:
7777
react-dom: { version: '^18', types: '^18' },
7878
},
7979
{
80-
version: 'beta',
80+
version: 'rc',
8181
types: 'npm:[email protected]',
8282
react-dom:
83-
{ version: 'beta', types: 'npm:[email protected]' },
83+
{ version: 'rc', types: 'npm:[email protected]' },
8484
},
8585
]
8686

@@ -141,10 +141,10 @@ jobs:
141141
react-dom: { version: '^18', types: '^18' },
142142
},
143143
{
144-
version: 'beta',
144+
version: 'rc',
145145
types: 'npm:[email protected]',
146146
react-dom:
147-
{ version: 'beta', types: 'npm:[email protected]' },
147+
{ version: 'rc', types: 'npm:[email protected]' },
148148
},
149149
]
150150

0 commit comments

Comments
 (0)