Skip to content

Commit d0e9abb

Browse files
authored
add 0.68 to build matrix (#100)
# Why add react-native 0.68 to build matrix and remove 0.66
1 parent 0bdb062 commit d0e9abb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/android.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,19 @@ jobs:
1212
runs-on: macos-10.15
1313
strategy:
1414
matrix:
15-
rn-version: [0.67, 0.66]
15+
rn-version: [0.68, 0.67]
1616
v8-android-variant:
1717
[v8-android-jit, v8-android-jit-nointl, v8-android, v8-android-nointl]
1818

1919
steps:
2020
- uses: actions/checkout@v2
2121

22+
- name: Use JDK 11
23+
uses: actions/setup-java@v2
24+
with:
25+
distribution: 'temurin'
26+
java-version: '11'
27+
2228
- name: Run tests
2329
uses: reactivecircus/android-emulator-runner@v2
2430
with:

0 commit comments

Comments
 (0)