@@ -157,15 +157,15 @@ jobs:
157157 strategy :
158158 fail-fast : false # keeps matrix running if one fails
159159 matrix :
160- rn-version : ['0.65.3', '0.75.4 ']
160+ rn-version : ['0.65.3', '0.76.0 ']
161161 rn-architecture : ['legacy', 'new']
162162 platform : ['android', 'ios']
163163 build-type : ['production']
164164 ios-use-frameworks : ['no', 'static', 'dynamic']
165165 engine : ['hermes', 'jsc']
166166 include :
167167 - platform : ios
168- rn-version : ' 0.75.4 '
168+ rn-version : ' 0.76.0 '
169169 runs-on : macos-14 # uses m1 https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/
170170 runtime : ' latest'
171171 device : ' iPhone 14'
@@ -178,7 +178,7 @@ jobs:
178178 runs-on : ubuntu-latest
179179 exclude :
180180 # exclude JSC for new RN versions (keeping the matrix manageable)
181- - rn-version : ' 0.75.4 '
181+ - rn-version : ' 0.76.0 '
182182 engine : ' jsc'
183183 # exclude all rn versions lower than 0.70.0 for new architecture
184184 - rn-version : ' 0.65.3'
@@ -297,15 +297,15 @@ jobs:
297297 strategy :
298298 fail-fast : false # keeps matrix running if one fails
299299 matrix :
300- rn-version : ['0.65.3', '0.75.4 ']
300+ rn-version : ['0.65.3', '0.76.0 ']
301301 rn-architecture : ['legacy', 'new']
302302 platform : ['android', 'ios']
303303 build-type : ['production']
304304 ios-use-frameworks : ['no'] # test only no framworks
305305 engine : ['hermes', 'jsc']
306306 include :
307307 - platform : ios
308- rn-version : ' 0.75.4 '
308+ rn-version : ' 0.76.0 '
309309 runs-on : macos-14 # uses m1 https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/
310310 runtime : ' latest'
311311 device : ' iPhone 14'
@@ -323,10 +323,10 @@ jobs:
323323 # e2e test only the default combinations
324324 - rn-version : ' 0.65.3'
325325 engine : ' hermes'
326- - rn-version : ' 0.75.4 '
326+ - rn-version : ' 0.76.0 '
327327 engine : ' jsc'
328328 # E2E timeout due to a race condition https://github.com/facebook/react-native/issues/42123#issuecomment-1881203719
329- - rn-version : ' 0.75.4 '
329+ - rn-version : ' 0.76.0 '
330330 platform : ' ios'
331331 rn-architecture : ' new'
332332 env :
0 commit comments