Skip to content

Commit b5ab8c4

Browse files
committed
Bump to 0.84.0-rc.4
1 parent 1e0e8e0 commit b5ab8c4

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

.github/workflows/e2e-v2.yml

Lines changed: 5 additions & 20 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.3']
193+
rn-version: ['0.71.19', '0.84.0-rc.4']
194194
rn-architecture: ['legacy', 'new']
195195
platform: ['android', 'ios']
196196
build-type: ['production']
@@ -200,26 +200,16 @@ jobs:
200200
# Use Xcode 16 for older RN versions
201201
- platform: ios
202202
rn-version: '0.71.19'
203-
<<<<<<< antonis/rn-0.83.1
204-
xcode-version: '16.4'
205-
runs-on: macos-15
206-
# Use Xcode 26 for newer RN versions (0.84.0-rc.3)
207-
- platform: ios
208-
rn-version: '0.84.0-rc.3'
209-
xcode-version: '26.1.1'
210-
runs-on: macos-26
211-
=======
212203
runs-on: ["ghcr.io/cirruslabs/macos-sequoia-xcode:16.4", "runner_group_id:12"]
213204
# Use Xcode 26 for newer RN versions (0.83.0)
214205
- platform: ios
215-
rn-version: '0.83.0'
206+
rn-version: '0.84.0-rc.4'
216207
runs-on: ["ghcr.io/cirruslabs/macos-tahoe-xcode:26.2.0", "runner_group_id:12"]
217-
>>>>>>> main
218208
- platform: android
219209
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04", "runner_group_id:12"]
220210
exclude:
221211
# exclude JSC for new RN versions (keeping the matrix manageable)
222-
- rn-version: '0.84.0-rc.3'
212+
- rn-version: '0.84.0-rc.4'
223213
engine: 'jsc'
224214
# exclude all rn versions lower than 0.80.0 for new architecture
225215
- rn-version: '0.71.19'
@@ -334,21 +324,16 @@ jobs:
334324
strategy:
335325
fail-fast: false # keeps matrix running if one fails
336326
matrix:
337-
rn-version: ['0.84.0-rc.3']
327+
rn-version: ['0.84.0-rc.4']
338328
rn-architecture: ['legacy', 'new']
339329
platform: ['android', 'ios']
340330
build-type: ['production']
341331
ios-use-frameworks: ['no'] # test only no frameworks
342332
engine: ['hermes']
343333
include:
344334
- platform: ios
345-
<<<<<<< antonis/rn-0.83.1
346-
rn-version: '0.84.0-rc.3'
347-
runs-on: macos-26
348-
=======
349-
rn-version: '0.83.0'
335+
rn-version: '0.84.0-rc.4'
350336
runs-on: macos-26
351-
>>>>>>> main
352337
- platform: android
353338
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04", "runner_group_id:12"]
354339

0 commit comments

Comments
 (0)