Skip to content

Commit da75b2d

Browse files
authored
Bump to 0.84.0-rc.3
1 parent e88d8f6 commit da75b2d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/e2e-v2.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
strategy:
180180
fail-fast: false # keeps matrix running if one fails
181181
matrix:
182-
rn-version: ['0.71.19', '0.84.0-rc.1']
182+
rn-version: ['0.71.19', '0.84.0-rc.3']
183183
rn-architecture: ['legacy', 'new']
184184
platform: ['android', 'ios']
185185
build-type: ['production']
@@ -191,16 +191,16 @@ jobs:
191191
rn-version: '0.71.19'
192192
xcode-version: '16.4'
193193
runs-on: macos-15
194-
# Use Xcode 26 for newer RN versions (0.84.0-rc.1)
194+
# Use Xcode 26 for newer RN versions (0.84.0-rc.3)
195195
- platform: ios
196-
rn-version: '0.84.0-rc.1'
196+
rn-version: '0.84.0-rc.3'
197197
xcode-version: '26.1.1'
198198
runs-on: macos-26
199199
- platform: android
200200
runs-on: ubuntu-latest
201201
exclude:
202202
# exclude JSC for new RN versions (keeping the matrix manageable)
203-
- rn-version: '0.84.0-rc.1'
203+
- rn-version: '0.84.0-rc.3'
204204
engine: 'jsc'
205205
# exclude all rn versions lower than 0.80.0 for new architecture
206206
- rn-version: '0.71.19'
@@ -314,15 +314,15 @@ jobs:
314314
strategy:
315315
fail-fast: false # keeps matrix running if one fails
316316
matrix:
317-
rn-version: ['0.84.0-rc.1']
317+
rn-version: ['0.84.0-rc.3']
318318
rn-architecture: ['legacy', 'new']
319319
platform: ['android', 'ios']
320320
build-type: ['production']
321321
ios-use-frameworks: ['no'] # test only no frameworks
322322
engine: ['hermes']
323323
include:
324324
- platform: ios
325-
rn-version: '0.84.0-rc.1'
325+
rn-version: '0.84.0-rc.3'
326326
runs-on: macos-26
327327
- platform: android
328328
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)