Skip to content

Commit

Permalink
Test against rc version of React during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed May 16, 2024
1 parent 5821db3 commit e726eeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
react-dom: { version: '^18', types: '^18' },
},
{
version: 'beta',
version: 'rc',
types: 'npm:[email protected]',
react-dom:
{ version: 'beta', types: 'npm:[email protected]' },
{ version: 'rc', types: 'npm:[email protected]' },
},
]

Expand Down Expand Up @@ -260,10 +260,10 @@ jobs:
react-dom: { version: '^18', types: '^18' },
},
{
version: 'beta',
version: 'rc',
types: 'npm:[email protected]',
react-dom:
{ version: 'beta', types: 'npm:[email protected]' },
{ version: 'rc', types: 'npm:[email protected]' },
},
]

Expand Down

0 comments on commit e726eeb

Please sign in to comment.