Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/e2e-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
strategy:
fail-fast: false # keeps matrix running if one fails
matrix:
rn-version: ['0.71.11', '0.81.0']
rn-version: ['0.71.19', '0.81.0']
rn-architecture: ['legacy', 'new']
platform: ['android', 'ios']
build-type: ['production']
Expand All @@ -191,23 +191,23 @@ jobs:
xcode-version: '16.4'
runs-on: macos-15
- platform: ios
rn-version: '0.71.11'
xcode-version: '14.2'
runs-on: macos-13
rn-version: '0.71.19'
xcode-version: '15.4'
runs-on: macos-14
- platform: android
runs-on: ubuntu-latest
exclude:
# exclude JSC for new RN versions (keeping the matrix manageable)
- rn-version: '0.81.0'
engine: 'jsc'
# exclude all rn versions lower than 0.80.0 for new architecture
- rn-version: '0.71.11'
- rn-version: '0.71.19'
rn-architecture: 'new'
# exlude old rn version for use frameworks builds (to minimalize the matrix)
- rn-version: '0.71.11'
- rn-version: '0.71.19'
platform: 'ios'
ios-use-frameworks: 'static'
- rn-version: '0.71.11'
- rn-version: '0.71.19'
platform: 'ios'
ios-use-frameworks: 'dynamic'
# use frameworks is ios only feature
Expand Down
Loading