From 95f2ee062bd7b55664527a3dfc89e14e07a01c40 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Mon, 28 Jul 2025 17:45:24 +0300 Subject: [PATCH] chore(e2e): Bump E2E tests to RN 0.80.2 --- .github/workflows/e2e-v2.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index 32440d97af..1800090478 100644 --- a/.github/workflows/e2e-v2.yml +++ b/.github/workflows/e2e-v2.yml @@ -163,7 +163,7 @@ jobs: strategy: fail-fast: false # keeps matrix running if one fails matrix: - rn-version: ['0.65.3', '0.80.1'] + rn-version: ['0.65.3', '0.80.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.80.1' + rn-version: '0.80.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.80.1' + - rn-version: '0.80.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.80.1'] + rn-version: ['0.65.3', '0.80.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.80.1' + rn-version: '0.80.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.80.1' + - rn-version: '0.80.2' engine: 'jsc' steps: