@@ -162,15 +162,15 @@ jobs:
162162 strategy :
163163 fail-fast : false # keeps matrix running if one fails
164164 matrix :
165- rn-version : ['0.65.3', '0.76.6 ']
165+ rn-version : ['0.65.3', '0.77.1 ']
166166 rn-architecture : ['legacy', 'new']
167167 platform : ['android', 'ios']
168168 build-type : ['production']
169169 ios-use-frameworks : ['no', 'static', 'dynamic']
170170 engine : ['hermes', 'jsc']
171171 include :
172172 - platform : ios
173- rn-version : ' 0.76.6 '
173+ rn-version : ' 0.77.1 '
174174 runs-on : macos-14
175175 - platform : ios
176176 rn-version : ' 0.65.3'
@@ -179,7 +179,7 @@ jobs:
179179 runs-on : ubuntu-latest
180180 exclude :
181181 # exclude JSC for new RN versions (keeping the matrix manageable)
182- - rn-version : ' 0.76.6 '
182+ - rn-version : ' 0.77.1 '
183183 engine : ' jsc'
184184 # exclude all rn versions lower than 0.70.0 for new architecture
185185 - rn-version : ' 0.65.3'
@@ -298,15 +298,15 @@ jobs:
298298 strategy :
299299 fail-fast : false # keeps matrix running if one fails
300300 matrix :
301- rn-version : ['0.65.3', '0.76.6 ']
301+ rn-version : ['0.65.3', '0.77.1 ']
302302 rn-architecture : ['legacy', 'new']
303303 platform : ['android', 'ios']
304304 build-type : ['production']
305305 ios-use-frameworks : ['no'] # test only no framworks
306306 engine : ['hermes', 'jsc']
307307 include :
308308 - platform : ios
309- rn-version : ' 0.76.6 '
309+ rn-version : ' 0.77.1 '
310310 runs-on : macos-15
311311 - platform : ios
312312 rn-version : ' 0.65.3'
@@ -320,7 +320,7 @@ jobs:
320320 # e2e test only the default combinations
321321 - rn-version : ' 0.65.3'
322322 engine : ' hermes'
323- - rn-version : ' 0.76.6 '
323+ - rn-version : ' 0.77.1 '
324324 engine : ' jsc'
325325
326326 steps :
0 commit comments