Skip to content

Commit dc58e40

Browse files
committed
build(.github/workflows/capacitor-android.yml): update Java SDK version for consistency
1 parent c022df6 commit dc58e40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/capacitor-android.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
- name: Checkout repository 🛎️
2525
uses: actions/checkout@v4
2626

27-
- name: Set up JDK 17
27+
- name: Set up JDK 22
2828
uses: actions/setup-java@v4
2929
with:
30-
java-version: '17'
31-
distribution: 'zulu'
30+
java-version: '22'
31+
distribution: 'oracle'
3232

3333
- name: Setup Android SDK
3434
uses: android-actions/setup-android@v3

0 commit comments

Comments
 (0)