Skip to content

Commit 534d4e0

Browse files
Update e2e rn build tests to latest 0.71.3 (#2825)
1 parent 1542a60 commit 534d4e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
strategy:
250250
fail-fast: false # keeps matrix running if one fails
251251
matrix:
252-
rn-version: ['0.65.3', '0.71.0']
252+
rn-version: ['0.65.3', '0.71.3']
253253
rn-architecture: ['legacy', 'new']
254254
platform: ['android', 'ios']
255255
build-type: ['dev', 'production']
@@ -429,7 +429,7 @@ jobs:
429429
strategy:
430430
fail-fast: false # keeps matrix running if one fails
431431
matrix:
432-
rn-version: ['0.65.3', '0.71.0']
432+
rn-version: ['0.65.3', '0.71.3']
433433
rn-architecture: ['legacy', 'new']
434434
platform: ['android', 'ios']
435435
build-type: ['production']

0 commit comments

Comments
 (0)