Skip to content

Commit e726eeb

Browse files
committed
Test against rc version of React during CI
1 parent 5821db3 commit e726eeb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
react-dom: { version: '^18', types: '^18' },
5656
},
5757
{
58-
version: 'beta',
58+
version: 'rc',
5959
types: 'npm:types-react@19.0.0-beta.1',
6060
react-dom:
61-
{ version: 'beta', types: 'npm:types-react-dom@19.0.0-beta.1' },
61+
{ version: 'rc', types: 'npm:types-react-dom@19.0.0-beta.1' },
6262
},
6363
]
6464

@@ -260,10 +260,10 @@ jobs:
260260
react-dom: { version: '^18', types: '^18' },
261261
},
262262
{
263-
version: 'beta',
263+
version: 'rc',
264264
types: 'npm:types-react@19.0.0-beta.1',
265265
react-dom:
266-
{ version: 'beta', types: 'npm:types-react-dom@19.0.0-beta.1' },
266+
{ version: 'rc', types: 'npm:types-react-dom@19.0.0-beta.1' },
267267
},
268268
]
269269

0 commit comments

Comments
 (0)