1010# strategy:
1111# matrix:
1212# platform: [ios, android]
13- # react-native-version: ['0.73', '0.74']
13+ # react-native-version: ['0.73', '0.74', '0.75' ]
1414# steps:
1515# - name: Checkout Repo
16165454 runs-on : macos-latest
5555 strategy :
5656 matrix :
57- react-native-version : ['0.73', '0.74']
57+ react-native-version : ['0.73', '0.74', '0.75' ]
5858 platform : ['android', 'ios']
5959 steps :
6060 - name : Checkout Repo
@@ -136,7 +136,7 @@ jobs:
136136 matrix :
137137 platform : [x64, ARM64]
138138 config : [Debug, Release]
139- react-native-version : ['0.73', '0.74']
139+ react-native-version : ['0.73', '0.74', '0.75' ]
140140 basekit : ['', '-BaseKit']
141141 steps :
142142 - name : Support longpaths
@@ -214,7 +214,7 @@ jobs:
214214 runs-on : macos-latest
215215 strategy :
216216 matrix :
217- react-native-version : ['0.73', '0.74']
217+ react-native-version : ['0.73', '0.74', '0.75' ]
218218 steps :
219219 - name : Checkout Repo
220220@@ -241,7 +241,7 @@ jobs:
241241 runs-on : macos-latest
242242 strategy :
243243 matrix :
244- react-native-version : ['0.73', '0.74']
244+ react-native-version : ['0.73', '0.74', '0.75' ]
245245 basekit : ['', '-BaseKit']
246246 steps :
247247 - name : Checkout Repo
@@ -276,7 +276,7 @@ jobs:
276276 runs-on : macos-latest
277277 strategy :
278278 matrix :
279- react-native-version : ['0.73', '0.74']
279+ react-native-version : ['0.73', '0.74', '0.75' ]
280280 basekit : ['', '-BaseKit']
281281 steps :
282282 - name : Checkout Repo
0 commit comments