We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2566c11 commit 07d8475Copy full SHA for 07d8475
.github/workflows/e2e-v2.yml
@@ -232,7 +232,7 @@ jobs:
232
platform: ['android', 'ios']
233
build-type: ['production']
234
ios-use-frameworks: ['no', 'static', 'dynamic']
235
- engine: ['hermes', 'jsc']
+ engine: ['hermes']
236
include:
237
# Use Xcode 16 for older RN versions
238
- platform: ios
@@ -245,9 +245,6 @@ jobs:
245
- platform: android
246
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:10"]
247
exclude:
248
- # exclude JSC for new RN versions (keeping the matrix manageable)
249
- - rn-version: '0.84.0'
250
- engine: 'jsc'
251
# exclude all rn versions lower than 0.80.0 for new architecture
252
- rn-version: '0.71.19'
253
rn-architecture: 'new'
0 commit comments