Skip to content

Commit 0d4195d

Browse files
chore(e2e): Bump to 0.83.0 (#5431)
* chore(e2e): Bump E2E tests to RN 0.81.1 * fix quote issue in rn 0.81.1 * Bump to 0.82.0-rc.1 * bump to rc-5 * Set to final 0.82 * Bump to 0.82.1 * chore(ci): Bump back iOS CI runners to macos-15 * Bump xcode version for 0.71.11 * Bump E2E to iOS 15.1 * Bump xcode to 16.4 * chore(ci): Update hardcoded Xcode 16.2 references to 16.4 * chore(ci): Update iOS simulator to iPhone SE (3rd generation) with iOS >=18.0 * Scroll to make button visible * Extend wait for button * Revert "Extend wait for button" This reverts commit b20e610. * Use iPhone 16 * Run native tests on iPhone 16 too * chore(e2e): Bump to 0.83.0-rc.4 * Test patch * Fix iOS patch script * Exclude 0.82.1 dynamic * Reverse unneeded exclusion * Update React Native version from rc.4 to rc.5 * Bump to 0.83.0 --------- Co-authored-by: LucasZF <lucas-zimerman1@hotmail.com>
1 parent 04d5425 commit 0d4195d

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
@@ -179,15 +179,15 @@ jobs:
179179
strategy:
180180
fail-fast: false # keeps matrix running if one fails
181181
matrix:
182-
rn-version: ['0.71.19', '0.82.1']
182+
rn-version: ['0.71.19', '0.83.0']
183183
rn-architecture: ['legacy', 'new']
184184
platform: ['android', 'ios']
185185
build-type: ['production']
186186
ios-use-frameworks: ['no', 'static', 'dynamic']
187187
engine: ['hermes', 'jsc']
188188
include:
189189
- platform: ios
190-
rn-version: '0.82.1'
190+
rn-version: '0.83.0'
191191
xcode-version: '16.4'
192192
runs-on: macos-15
193193
- platform: ios
@@ -198,7 +198,7 @@ jobs:
198198
runs-on: ubuntu-latest
199199
exclude:
200200
# exclude JSC for new RN versions (keeping the matrix manageable)
201-
- rn-version: '0.82.1'
201+
- rn-version: '0.83.0'
202202
engine: 'jsc'
203203
# exclude all rn versions lower than 0.80.0 for new architecture
204204
- rn-version: '0.71.19'
@@ -315,15 +315,15 @@ jobs:
315315
strategy:
316316
fail-fast: false # keeps matrix running if one fails
317317
matrix:
318-
rn-version: ['0.82.1']
318+
rn-version: ['0.83.0']
319319
rn-architecture: ['legacy', 'new']
320320
platform: ['android', 'ios']
321321
build-type: ['production']
322322
ios-use-frameworks: ['no'] # test only no frameworks
323323
engine: ['hermes']
324324
include:
325325
- platform: ios
326-
rn-version: '0.82.1'
326+
rn-version: '0.83.0'
327327
runs-on: macos-15
328328
- platform: android
329329
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)