Skip to content

Commit b4027b5

Browse files
ci(react-native): add RN 0.78 tests
1 parent d82b927 commit b4027b5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.buildkite/basic/react-native-android-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ steps:
2222
- "bundle install"
2323
- "node scripts/generate-react-native-fixture.js"
2424
matrix:
25-
- "0.77"
25+
- "0.78"
2626
retry:
2727
automatic:
2828
- exit_status: "*"
@@ -49,7 +49,7 @@ steps:
4949
- exit_status: "*"
5050
limit: 1
5151
matrix:
52-
- "0.77"
52+
- "0.78"
5353

5454
#
5555
# End-to-end tests
@@ -88,7 +88,7 @@ steps:
8888
concurrency_group: "bitbar"
8989
concurrency_method: eager
9090
matrix:
91-
- "0.77"
91+
- "0.78"
9292

9393
- label: ":bitbar: :android: RN {{matrix}} Android 12 (New Arch) end-to-end tests"
9494
depends_on: "build-react-native-android-fixture-new-arch"
@@ -124,5 +124,5 @@ steps:
124124
concurrency_group: "bitbar"
125125
concurrency_method: eager
126126
matrix:
127-
- "0.77"
127+
- "0.78"
128128

.buildkite/basic/react-native-ios-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
- "bundle install"
2727
- "node scripts/generate-react-native-fixture.js"
2828
matrix:
29-
- "0.77"
29+
- "0.78"
3030
retry:
3131
automatic:
3232
- exit_status: "*"
@@ -49,7 +49,7 @@ steps:
4949
- "bundle install"
5050
- "node scripts/generate-react-native-fixture.js"
5151
matrix:
52-
- "0.77"
52+
- "0.78"
5353
retry:
5454
automatic:
5555
- exit_status: "*"
@@ -90,7 +90,7 @@ steps:
9090
concurrency_group: "bitbar"
9191
concurrency_method: eager
9292
matrix:
93-
- "0.77"
93+
- "0.78"
9494

9595
- label: ":bitbar: :mac: RN {{matrix}} iOS (New Arch) end-to-end tests"
9696
depends_on: "build-react-native-ios-fixture-new-arch"
@@ -125,5 +125,5 @@ steps:
125125
concurrency_group: "bitbar"
126126
concurrency_method: eager
127127
matrix:
128-
- "0.77"
128+
- "0.78"
129129

0 commit comments

Comments
 (0)