Skip to content

Commit 07d8475

Browse files
authored
Remove JSC support from CI (#5866)
1 parent 2566c11 commit 07d8475

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/e2e-v2.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
platform: ['android', 'ios']
233233
build-type: ['production']
234234
ios-use-frameworks: ['no', 'static', 'dynamic']
235-
engine: ['hermes', 'jsc']
235+
engine: ['hermes']
236236
include:
237237
# Use Xcode 16 for older RN versions
238238
- platform: ios
@@ -245,9 +245,6 @@ jobs:
245245
- platform: android
246246
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04", "runner_group_id:10"]
247247
exclude:
248-
# exclude JSC for new RN versions (keeping the matrix manageable)
249-
- rn-version: '0.84.0'
250-
engine: 'jsc'
251248
# exclude all rn versions lower than 0.80.0 for new architecture
252249
- rn-version: '0.71.19'
253250
rn-architecture: 'new'

0 commit comments

Comments
 (0)