diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index 5130ec7f31..1dd482bf38 100644 --- a/.github/workflows/e2e-v2.yml +++ b/.github/workflows/e2e-v2.yml @@ -179,7 +179,7 @@ jobs: strategy: fail-fast: false # keeps matrix running if one fails matrix: - rn-version: ['0.71.19', '0.82.1'] + rn-version: ['0.71.19', '0.83.0'] rn-architecture: ['legacy', 'new'] platform: ['android', 'ios'] build-type: ['production'] @@ -187,7 +187,7 @@ jobs: engine: ['hermes', 'jsc'] include: - platform: ios - rn-version: '0.82.1' + rn-version: '0.83.0' xcode-version: '16.4' runs-on: macos-15 - platform: ios @@ -198,7 +198,7 @@ jobs: runs-on: ubuntu-latest exclude: # exclude JSC for new RN versions (keeping the matrix manageable) - - rn-version: '0.82.1' + - rn-version: '0.83.0' engine: 'jsc' # exclude all rn versions lower than 0.80.0 for new architecture - rn-version: '0.71.19' @@ -315,7 +315,7 @@ jobs: strategy: fail-fast: false # keeps matrix running if one fails matrix: - rn-version: ['0.82.1'] + rn-version: ['0.83.0'] rn-architecture: ['legacy', 'new'] platform: ['android', 'ios'] build-type: ['production'] @@ -323,7 +323,7 @@ jobs: engine: ['hermes'] include: - platform: ios - rn-version: '0.82.1' + rn-version: '0.83.0' runs-on: macos-15 - platform: android runs-on: ubuntu-latest