Skip to content

Commit 78dd6f6

Browse files
committed
Update the java version to 21 from 17
1 parent 207b628 commit 78dd6f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v4
1717

18-
- name: Set up JDK 17
18+
- name: Set up JDK 21
1919
uses: actions/setup-java@v4
2020
with:
2121
distribution: 'temurin'
22-
java-version: 17
22+
java-version: 21
2323

2424
- name: Cache Gradle files
2525
uses: actions/cache@v3

0 commit comments

Comments
 (0)