Skip to content

Commit

Permalink
test(react-native): add back 0.74 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Jul 22, 2024
1 parent 060745f commit 317aaf2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/basic/react-native-android-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ steps:
- "bundle install"
- "node scripts/generate-react-native-fixture.js"
matrix:
- "0.74"
- "0.75.0-rc.5"
retry:
automatic:
Expand Down Expand Up @@ -46,6 +47,7 @@ steps:
- exit_status: "*"
limit: 1
matrix:
- "0.74"
- "0.75.0-rc.5"

#
Expand Down Expand Up @@ -81,6 +83,7 @@ steps:
concurrency_group: "bitbar"
concurrency_method: eager
matrix:
- "0.74"
- "0.75.0-rc.5"

- label: ":bitbar: :android: RN {{matrix}} Android 12 (New Arch) end-to-end tests"
Expand Down Expand Up @@ -113,5 +116,6 @@ steps:
concurrency_group: "bitbar"
concurrency_method: eager
matrix:
- "0.74"
- "0.75.0-rc.5"

4 changes: 4 additions & 0 deletions .buildkite/basic/react-native-ios-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ steps:
- "bundle install"
- "node scripts/generate-react-native-fixture.js"
matrix:
- "0.74"
- "0.75.0-rc.5"
retry:
automatic:
Expand All @@ -46,6 +47,7 @@ steps:
- "bundle install"
- "node scripts/generate-react-native-fixture.js"
matrix:
- "0.74"
- "0.75.0-rc.5"
retry:
automatic:
Expand Down Expand Up @@ -83,6 +85,7 @@ steps:
concurrency_group: "bitbar"
concurrency_method: eager
matrix:
- "0.74"
- "0.75.0-rc.5"

- label: ":bitbar: :mac: RN {{matrix}} iOS 16 (New Arch) end-to-end tests"
Expand Down Expand Up @@ -114,5 +117,6 @@ steps:
concurrency_group: "bitbar"
concurrency_method: eager
matrix:
- "0.74"
- "0.75.0-rc.5"

0 comments on commit 317aaf2

Please sign in to comment.