Skip to content

Commit

Permalink
[ci] add react-native 0.75 testing (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudo authored Aug 20, 2024
1 parent f55ebdb commit 958a471
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rn-version: ['0.74', '0.73']
rn-version: ['0.75', '0.74']
v8-android-variant:
[v8-android-jit, v8-android-jit-nointl, v8-android, v8-android-nointl]
# include:
# - rn-version: '0.69'
# v8-android-variant: v8-android-jit
# - rn-version: '0.68'
# v8-android-variant: v8-android-jit
include:
- rn-version: '0.73'
v8-android-variant: v8-android-jit

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion scripts/gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def parse_args():
def main():
args = parse_args()
subprocess.run(
["npx", "react-native", "init", args.project_dir, "--pm", "bun", "--version", args.rn_version]
["npx", "@react-native-community/cli", "init", args.project_dir, "--pm", "bun", "--version", args.rn_version]
)

install_tarball = None
Expand Down

0 comments on commit 958a471

Please sign in to comment.