@@ -164,7 +164,7 @@ jobs:
164164 strategy :
165165 fail-fast : false # keeps matrix running if one fails
166166 matrix :
167- rn-version : ['0.65.3 ', '0.81.0']
167+ rn-version : ['0.69.12 ', '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.65.3 '
179+ rn-version : ' 0.69.12 '
180180 xcode-version : ' 14.2'
181181 runs-on : macos-13
182182 - platform : android
@@ -186,13 +186,13 @@ jobs:
186186 - rn-version : ' 0.81.0'
187187 engine : ' jsc'
188188 # exclude all rn versions lower than 0.70.0 for new architecture
189- - rn-version : ' 0.65.3 '
189+ - rn-version : ' 0.69.12 '
190190 rn-architecture : ' new'
191191 # exlude old rn version for use frameworks builds (to minimalize the matrix)
192- - rn-version : ' 0.65.3 '
192+ - rn-version : ' 0.69.12 '
193193 platform : ' ios'
194194 ios-use-frameworks : ' static'
195- - rn-version : ' 0.65.3 '
195+ - rn-version : ' 0.69.12 '
196196 platform : ' ios'
197197 ios-use-frameworks : ' dynamic'
198198 # use frameworks is ios only feature
@@ -238,7 +238,7 @@ jobs:
238238
239239 - uses : actions/setup-java@v5
240240 with :
241- java-version : ${{ matrix.rn-version == '0.65.3 ' && '11' || '17' }}
241+ java-version : ${{ matrix.rn-version == '0.69.12 ' && '11' || '17' }}
242242 distribution : ' adopt'
243243
244244 - name : Gradle cache
@@ -262,7 +262,7 @@ jobs:
262262 # to avoid issues with the old node version
263263 - run : corepack disable
264264 - uses : actions/setup-node@v5
265- if : ${{ matrix.rn-version == '0.65.3 ' }}
265+ if : ${{ matrix.rn-version == '0.69.12 ' }}
266266 with :
267267 package-manager-cache : false
268268 node-version : 16
@@ -304,7 +304,7 @@ jobs:
304304 strategy :
305305 fail-fast : false # keeps matrix running if one fails
306306 matrix :
307- rn-version : ['0.65.3 ', '0.81.0']
307+ rn-version : ['0.69.12 ', '0.81.0']
308308 rn-architecture : ['legacy', 'new']
309309 platform : ['android', 'ios']
310310 build-type : ['production']
@@ -315,16 +315,16 @@ jobs:
315315 rn-version : ' 0.81.0'
316316 runs-on : macos-14
317317 - platform : ios
318- rn-version : ' 0.65.3 '
318+ rn-version : ' 0.69.12 '
319319 runs-on : macos-14
320320 - platform : android
321321 runs-on : ubuntu-latest
322322 exclude :
323323 # exclude all rn versions lower than 0.70.0 for new architecture
324- - rn-version : ' 0.65.3 '
324+ - rn-version : ' 0.69.12 '
325325 rn-architecture : ' new'
326326 # e2e test only the default combinations
327- - rn-version : ' 0.65.3 '
327+ - rn-version : ' 0.69.12 '
328328 engine : ' hermes'
329329 - rn-version : ' 0.81.0'
330330 engine : ' jsc'
0 commit comments