Skip to content

Commit

Permalink
Bump versions in compatibility check
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Jan 9, 2025
1 parent 6bc654d commit c4834f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/reanimated-compatibility-check-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ jobs:
# Update it when dropping support for RN versions.
react-native:
[
{ version: '0.72', architecture: 'Paper' },
{ version: '0.73', architecture: 'Paper' },
{ version: '0.74', architecture: 'Paper' },
{ version: '0.74', architecture: 'Fabric' },
{ version: '0.75', architecture: 'Paper' },
{ version: '0.75', architecture: 'Fabric' },
{ version: '0.76', architecture: 'Paper' },
{ version: '0.76', architecture: 'Fabric' },
{ version: '0.77', architecture: 'Paper' },
{ version: '0.77', architecture: 'Fabric' },
]
fail-fast: false
env:
Expand Down

0 comments on commit c4834f5

Please sign in to comment.