@@ -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.73.9 ']
167+ rn-version : ['0.65.3', '0.75.4 ']
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.73.9 '
175+ rn-version : ' 0.75.4 '
176176 runs-on : macos-14 # uses m1 https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/
177177 runtime : ' latest'
178178 device : ' iPhone 14'
@@ -185,7 +185,7 @@ jobs:
185185 runs-on : ubuntu-latest
186186 exclude :
187187 # exclude JSC for new RN versions (keeping the matrix manageable)
188- - rn-version : ' 0.73.9 '
188+ - rn-version : ' 0.75.4 '
189189 engine : ' jsc'
190190 # exclude all rn versions lower than 0.70.0 for new architecture
191191 - 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.73.9 ']
307+ rn-version : ['0.65.3', '0.75.4 ']
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.73.9 '
315+ rn-version : ' 0.75.4 '
316316 runs-on : macos-14 # uses m1 https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/
317317 runtime : ' latest'
318318 device : ' iPhone 14'
@@ -330,10 +330,10 @@ jobs:
330330 # e2e test only the default combinations
331331 - rn-version : ' 0.65.3'
332332 engine : ' hermes'
333- - rn-version : ' 0.73.9 '
333+ - rn-version : ' 0.75.4 '
334334 engine : ' jsc'
335335 # E2E timeout due to a race condition https://github.com/facebook/react-native/issues/42123#issuecomment-1881203719
336- - rn-version : ' 0.73.9 '
336+ - rn-version : ' 0.75.4 '
337337 platform : ' ios'
338338 rn-architecture : ' new'
339339 env :
0 commit comments