From d113ddf773cf92ee9ad113a0268648207c9ca7fa Mon Sep 17 00:00:00 2001 From: Krystof Woldrich <31292499+krystofwoldrich@users.noreply.github.com> Date: Thu, 22 May 2025 11:16:05 +0200 Subject: [PATCH] test(e2e): Bump RN version to 0.80.0-rc.2 --- .github/workflows/e2e.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 48c2ec055c..92b1c63728 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -163,7 +163,7 @@ jobs: strategy: fail-fast: false # keeps matrix running if one fails matrix: - rn-version: ['0.65.3', '0.79.1'] + rn-version: ['0.65.3', '0.80.0-rc.2'] rn-architecture: ['legacy', 'new'] platform: ['android', 'ios'] build-type: ['production'] @@ -171,7 +171,7 @@ jobs: engine: ['hermes', 'jsc'] include: - platform: ios - rn-version: '0.79.1' + rn-version: '0.80.0-rc.2' xcode-version: '16.2' runs-on: macos-15 - platform: ios @@ -182,7 +182,7 @@ jobs: runs-on: ubuntu-latest exclude: # exclude JSC for new RN versions (keeping the matrix manageable) - - rn-version: '0.79.1' + - rn-version: '0.80.0-rc.2' engine: 'jsc' # exclude all rn versions lower than 0.70.0 for new architecture - rn-version: '0.65.3' @@ -301,7 +301,7 @@ jobs: strategy: fail-fast: false # keeps matrix running if one fails matrix: - rn-version: ['0.65.3', '0.79.1'] + rn-version: ['0.65.3', '0.80.0-rc.2'] rn-architecture: ['legacy', 'new'] platform: ['android', 'ios'] build-type: ['production'] @@ -309,7 +309,7 @@ jobs: engine: ['hermes', 'jsc'] include: - platform: ios - rn-version: '0.79.1' + rn-version: '0.80.0-rc.2' runs-on: macos-15 - platform: ios rn-version: '0.65.3' @@ -323,7 +323,7 @@ jobs: # e2e test only the default combinations - rn-version: '0.65.3' engine: 'hermes' - - rn-version: '0.79.1' + - rn-version: '0.80.0-rc.2' engine: 'jsc' steps: