File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179179 strategy :
180180 fail-fast : false # keeps matrix running if one fails
181181 matrix :
182- rn-version : ['0.71.11 ', '0.81.0']
182+ rn-version : ['0.71.19 ', '0.81.0']
183183 rn-architecture : ['legacy', 'new']
184184 platform : ['android', 'ios']
185185 build-type : ['production']
@@ -191,23 +191,23 @@ jobs:
191191 xcode-version : ' 16.4'
192192 runs-on : macos-15
193193 - platform : ios
194- rn-version : ' 0.71.11 '
195- xcode-version : ' 14.2 '
196- runs-on : macos-13
194+ rn-version : ' 0.71.19 '
195+ xcode-version : ' 15.4 '
196+ runs-on : macos-14
197197 - platform : android
198198 runs-on : ubuntu-latest
199199 exclude :
200200 # exclude JSC for new RN versions (keeping the matrix manageable)
201201 - rn-version : ' 0.81.0'
202202 engine : ' jsc'
203203 # exclude all rn versions lower than 0.80.0 for new architecture
204- - rn-version : ' 0.71.11 '
204+ - rn-version : ' 0.71.19 '
205205 rn-architecture : ' new'
206206 # exlude old rn version for use frameworks builds (to minimalize the matrix)
207- - rn-version : ' 0.71.11 '
207+ - rn-version : ' 0.71.19 '
208208 platform : ' ios'
209209 ios-use-frameworks : ' static'
210- - rn-version : ' 0.71.11 '
210+ - rn-version : ' 0.71.19 '
211211 platform : ' ios'
212212 ios-use-frameworks : ' dynamic'
213213 # use frameworks is ios only feature
You can’t perform that action at this time.
0 commit comments