Skip to content

Commit

Permalink
chore: Update e2e tests to 0.76.6 (#4452)
Browse files Browse the repository at this point in the history
- As a part of investigation of #4446
  • Loading branch information
krystofwoldrich authored Jan 16, 2025
1 parent 0414062 commit 8d251c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,15 @@ jobs:
strategy:
fail-fast: false # keeps matrix running if one fails
matrix:
rn-version: ['0.65.3', '0.76.0']
rn-version: ['0.65.3', '0.76.6']
rn-architecture: ['legacy', 'new']
platform: ['android', 'ios']
build-type: ['production']
ios-use-frameworks: ['no', 'static', 'dynamic']
engine: ['hermes', 'jsc']
include:
- platform: ios
rn-version: '0.76.0'
rn-version: '0.76.6'
runs-on: macos-14
- platform: ios
rn-version: '0.65.3'
Expand All @@ -179,7 +179,7 @@ jobs:
runs-on: ubuntu-latest
exclude:
# exclude JSC for new RN versions (keeping the matrix manageable)
- rn-version: '0.76.0'
- rn-version: '0.76.6'
engine: 'jsc'
# exclude all rn versions lower than 0.70.0 for new architecture
- rn-version: '0.65.3'
Expand Down Expand Up @@ -298,15 +298,15 @@ jobs:
strategy:
fail-fast: false # keeps matrix running if one fails
matrix:
rn-version: ['0.65.3', '0.76.0']
rn-version: ['0.65.3', '0.76.6']
rn-architecture: ['legacy', 'new']
platform: ['android', 'ios']
build-type: ['production']
ios-use-frameworks: ['no'] # test only no framworks
engine: ['hermes', 'jsc']
include:
- platform: ios
rn-version: '0.76.0'
rn-version: '0.76.6'
runs-on: macos-15
- platform: ios
rn-version: '0.65.3'
Expand All @@ -320,7 +320,7 @@ jobs:
# e2e test only the default combinations
- rn-version: '0.65.3'
engine: 'hermes'
- rn-version: '0.76.0'
- rn-version: '0.76.6'
engine: 'jsc'

steps:
Expand Down

0 comments on commit 8d251c2

Please sign in to comment.