@@ -164,7 +164,7 @@ jobs:
164164 strategy :
165165 fail-fast : false # keeps matrix running if one fails
166166 matrix :
167- rn-version : ['0.69.12 ', '0.81.0']
167+ rn-version : ['0.71.11 ', '0.81.0']
168168 rn-architecture : ['legacy', 'new']
169169 platform : ['android', 'ios']
170170 build-type : ['production']
@@ -176,7 +176,7 @@ jobs:
176176 xcode-version : ' 16.2'
177177 runs-on : macos-14
178178 - platform : ios
179- rn-version : ' 0.69.12 '
179+ rn-version : ' 0.71.11 '
180180 xcode-version : ' 14.2'
181181 runs-on : macos-13
182182 - platform : android
@@ -185,14 +185,14 @@ jobs:
185185 # exclude JSC for new RN versions (keeping the matrix manageable)
186186 - rn-version : ' 0.81.0'
187187 engine : ' jsc'
188- # exclude all rn versions lower than 0.70 .0 for new architecture
189- - rn-version : ' 0.69.12 '
188+ # exclude all rn versions lower than 0.80 .0 for new architecture
189+ - rn-version : ' 0.71.11 '
190190 rn-architecture : ' new'
191191 # exlude old rn version for use frameworks builds (to minimalize the matrix)
192- - rn-version : ' 0.69.12 '
192+ - rn-version : ' 0.71.11 '
193193 platform : ' ios'
194194 ios-use-frameworks : ' static'
195- - rn-version : ' 0.69.12 '
195+ - rn-version : ' 0.71.11 '
196196 platform : ' ios'
197197 ios-use-frameworks : ' dynamic'
198198 # use frameworks is ios only feature
@@ -295,7 +295,7 @@ jobs:
295295 strategy :
296296 fail-fast : false # keeps matrix running if one fails
297297 matrix :
298- rn-version : ['0.69.12 ', '0.81.0']
298+ rn-version : ['0.71.11 ', '0.81.0']
299299 rn-architecture : ['legacy', 'new']
300300 platform : ['android', 'ios']
301301 build-type : ['production']
@@ -306,16 +306,16 @@ jobs:
306306 rn-version : ' 0.81.0'
307307 runs-on : macos-14
308308 - platform : ios
309- rn-version : ' 0.69.12 '
309+ rn-version : ' 0.71.11 '
310310 runs-on : macos-14
311311 - platform : android
312312 runs-on : ubuntu-latest
313313 exclude :
314- # exclude all rn versions lower than 0.70 .0 for new architecture
315- - rn-version : ' 0.69.12 '
314+ # exclude all rn versions lower than 0.80 .0 for new architecture
315+ - rn-version : ' 0.71.11 '
316316 rn-architecture : ' new'
317317 # e2e test only the default combinations
318- - rn-version : ' 0.69.12 '
318+ - rn-version : ' 0.71.11 '
319319 engine : ' hermes'
320320 - rn-version : ' 0.81.0'
321321 engine : ' jsc'
0 commit comments