Skip to content

Commit

Permalink
add 0.70 ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudo committed Sep 8, 2022
1 parent 6e5cb9c commit ff60cc1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ jobs:
runs-on: macos-10.15
strategy:
matrix:
rn-version: [0.69, 0.68]
rn-version: ['0.70', '0.69']
v8-android-variant:
[v8-android-jit, v8-android-jit-nointl, v8-android, v8-android-nointl]
include:
- rn-version: '0.68'
v8-android-variant: v8-android-jit

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ff60cc1

Please sign in to comment.