Skip to content

Commit c10d15f

Browse files
committed
test(ci, java): switch from adopt to temurin JDK
temurin (from adoptium group) is the new community consensus for best JDK distribution and will be recommended in react-native install docs
1 parent c60dbb6 commit c10d15f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Configure JDK 1.11
2727
uses: actions/setup-java@v2
2828
with:
29-
distribution: 'adopt'
29+
distribution: 'temurin'
3030
java-version: '11'
3131
- name: Get yarn cache directory path
3232
id: yarn-cache-dir-path

.github/workflows/tests_e2e_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Configure JDK 1.11
4646
uses: actions/setup-java@v2
4747
with:
48-
distribution: 'adopt'
48+
distribution: 'temurin'
4949
java-version: '11'
5050

5151
# Set path variables needed for caches

0 commit comments

Comments
 (0)