Skip to content

Commit bbc08cb

Browse files
0.73 only
1 parent 4e36662 commit bbc08cb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pr.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# strategy:
1111
# matrix:
1212
# platform: [ios, android]
13-
# react-native-version: ['0.73', '0.74']
13+
# react-native-version: ['0.73']
1414
# steps:
1515
# - name: Checkout Repo
1616
# uses: actions/[email protected]
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: macos-latest
5555
strategy:
5656
matrix:
57-
react-native-version: ['0.73', '0.74']
57+
react-native-version: ['0.73']
5858
platform: ['android', 'ios']
5959
steps:
6060
- name: Checkout Repo
@@ -143,7 +143,7 @@ jobs:
143143
matrix:
144144
platform: [x64, ARM64]
145145
config: [Debug, Release]
146-
react-native-version: ['0.73', '0.74']
146+
react-native-version: ['0.73']
147147
basekit: ['', '-BaseKit']
148148
steps:
149149
- name: Support longpaths
@@ -221,7 +221,7 @@ jobs:
221221
runs-on: macos-latest
222222
strategy:
223223
matrix:
224-
react-native-version: ['0.73', '0.74']
224+
react-native-version: ['0.73']
225225
steps:
226226
- name: Checkout Repo
227227
uses: actions/[email protected]
@@ -248,7 +248,7 @@ jobs:
248248
runs-on: macos-latest
249249
strategy:
250250
matrix:
251-
react-native-version: ['0.73', '0.74']
251+
react-native-version: ['0.73']
252252
basekit: ['', '-BaseKit']
253253
steps:
254254
- name: Checkout Repo
@@ -283,7 +283,7 @@ jobs:
283283
runs-on: macos-latest
284284
strategy:
285285
matrix:
286-
react-native-version: ['0.73', '0.74']
286+
react-native-version: ['0.73']
287287
basekit: ['', '-BaseKit']
288288
steps:
289289
- name: Checkout Repo

0 commit comments

Comments
 (0)