Skip to content

Commit 7f731c5

Browse files
committed
Bump to 0.82.0-rc.1
1 parent d286f49 commit 7f731c5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/e2e-v2.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,15 +164,15 @@ jobs:
164164
strategy:
165165
fail-fast: false # keeps matrix running if one fails
166166
matrix:
167-
rn-version: ['0.65.3', '0.81.1']
167+
rn-version: ['0.65.3', '0.82.0-rc.1']
168168
rn-architecture: ['legacy', 'new']
169169
platform: ['android', 'ios']
170170
build-type: ['production']
171171
ios-use-frameworks: ['no', 'static', 'dynamic']
172172
engine: ['hermes', 'jsc']
173173
include:
174174
- platform: ios
175-
rn-version: '0.81.1'
175+
rn-version: '0.82.0-rc.1'
176176
xcode-version: '16.2'
177177
runs-on: macos-14
178178
- platform: ios
@@ -183,7 +183,7 @@ jobs:
183183
runs-on: ubuntu-latest
184184
exclude:
185185
# exclude JSC for new RN versions (keeping the matrix manageable)
186-
- rn-version: '0.81.1'
186+
- rn-version: '0.82.0-rc.1'
187187
engine: 'jsc'
188188
# exclude all rn versions lower than 0.70.0 for new architecture
189189
- rn-version: '0.65.3'
@@ -304,15 +304,15 @@ jobs:
304304
strategy:
305305
fail-fast: false # keeps matrix running if one fails
306306
matrix:
307-
rn-version: ['0.65.3', '0.81.1']
307+
rn-version: ['0.65.3', '0.82.0-rc.1']
308308
rn-architecture: ['legacy', 'new']
309309
platform: ['android', 'ios']
310310
build-type: ['production']
311311
ios-use-frameworks: ['no'] # test only no framworks
312312
engine: ['hermes', 'jsc']
313313
include:
314314
- platform: ios
315-
rn-version: '0.81.1'
315+
rn-version: '0.82.0-rc.1'
316316
runs-on: macos-14
317317
- platform: ios
318318
rn-version: '0.65.3'
@@ -326,7 +326,7 @@ jobs:
326326
# e2e test only the default combinations
327327
- rn-version: '0.65.3'
328328
engine: 'hermes'
329-
- rn-version: '0.81.1'
329+
- rn-version: '0.82.0-rc.1'
330330
engine: 'jsc'
331331

332332
steps:

0 commit comments

Comments
 (0)