Skip to content

Commit 054903a

Browse files
committed
Test against rc version of React during CI
1 parent 6dbba91 commit 054903a

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

@@ -136,10 +136,10 @@ jobs:
136136
react-dom: { version: '^18', types: '^18' },
137137
},
138138
{
139-
version: 'beta',
139+
version: 'rc',
140140
types: 'npm:[email protected]',
141141
react-dom:
142-
{ version: 'beta', types: 'npm:[email protected]' },
142+
{ version: 'rc', types: 'npm:[email protected]' },
143143
},
144144
]
145145

0 commit comments

Comments
 (0)