From c4834f5d22814c3a774c516256313497564f94e2 Mon Sep 17 00:00:00 2001 From: Tomek Zawadzki Date: Thu, 9 Jan 2025 10:28:07 +0100 Subject: [PATCH] Bump versions in compatibility check --- .github/workflows/reanimated-compatibility-check-nightly.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reanimated-compatibility-check-nightly.yml b/.github/workflows/reanimated-compatibility-check-nightly.yml index 0a7008f05b2..2072703a739 100644 --- a/.github/workflows/reanimated-compatibility-check-nightly.yml +++ b/.github/workflows/reanimated-compatibility-check-nightly.yml @@ -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: