Skip to content

Commit a34cc50

Browse files
authored
Update React Native version from rc.4 to rc.5
1 parent 135da92 commit a34cc50

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/e2e-v2.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
strategy:
191191
fail-fast: false # keeps matrix running if one fails
192192
matrix:
193-
rn-version: ['0.71.19', '0.84.0-rc.4']
193+
rn-version: ['0.71.19', '0.84.0-rc.5']
194194
rn-architecture: ['legacy', 'new']
195195
platform: ['android', 'ios']
196196
build-type: ['production']
@@ -203,13 +203,13 @@ jobs:
203203
runs-on: ["ghcr.io/cirruslabs/macos-sequoia-xcode:16.4", "runner_group_id:12"]
204204
# Use Xcode 26 for newer RN versions (0.83.0)
205205
- platform: ios
206-
rn-version: '0.84.0-rc.4'
206+
rn-version: '0.84.0-rc.5'
207207
runs-on: ["ghcr.io/cirruslabs/macos-tahoe-xcode:26.2.0", "runner_group_id:12"]
208208
- platform: android
209209
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04", "runner_group_id:12"]
210210
exclude:
211211
# exclude JSC for new RN versions (keeping the matrix manageable)
212-
- rn-version: '0.84.0-rc.4'
212+
- rn-version: '0.84.0-rc.5'
213213
engine: 'jsc'
214214
# exclude all rn versions lower than 0.80.0 for new architecture
215215
- rn-version: '0.71.19'
@@ -324,15 +324,15 @@ jobs:
324324
strategy:
325325
fail-fast: false # keeps matrix running if one fails
326326
matrix:
327-
rn-version: ['0.84.0-rc.4']
327+
rn-version: ['0.84.0-rc.5']
328328
rn-architecture: ['legacy', 'new']
329329
platform: ['android', 'ios']
330330
build-type: ['production']
331331
ios-use-frameworks: ['no'] # test only no frameworks
332332
engine: ['hermes']
333333
include:
334334
- platform: ios
335-
rn-version: '0.84.0-rc.4'
335+
rn-version: '0.84.0-rc.5'
336336
runs-on: macos-26
337337
- platform: android
338338
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04", "runner_group_id:12"]

0 commit comments

Comments
 (0)