From e3c6d15117cebc8a8ec2720c5b7ba405d4beb301 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Thu, 10 Sep 2026 13:03:25 +0200 Subject: [PATCH] chore(e2e): Bump E2E tests to React Native 0.88.0-rc.0 Bump the E2E build/test matrix from RN 0.87.1 to 0.88.0-rc.0 to validate the SDK against the 0.88 release candidate (getsentry/sentry-react-native#6689). Co-Authored-By: Claude Opus 4.8 --- .github/workflows/e2e-v2.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index 47a9532bf1..f4a722a415 100644 --- a/.github/workflows/e2e-v2.yml +++ b/.github/workflows/e2e-v2.yml @@ -232,7 +232,7 @@ jobs: strategy: fail-fast: false # keeps matrix running if one fails matrix: - rn-version: ["0.71.19", "0.87.1"] + rn-version: ["0.71.19", "0.88.0-rc.0"] rn-architecture: ["legacy", "new"] platform: ["android", "ios"] build-type: ["production"] @@ -245,7 +245,7 @@ jobs: runs-on: macos-15-xlarge # Use Xcode 26 (macos-26) for newer RN versions - platform: ios - rn-version: "0.87.1" + rn-version: "0.88.0-rc.0" runs-on: macos-26-xlarge - platform: android runs-on: ubuntu-24.04 @@ -385,7 +385,7 @@ jobs: strategy: fail-fast: false # keeps matrix running if one fails matrix: - rn-version: ["0.87.1"] + rn-version: ["0.88.0-rc.0"] rn-architecture: ["legacy", "new"] platform: ["android", "ios"] build-type: ["production"]