Skip to content

Commit b396715

Browse files
committed
CI: use JDK 21
1 parent 717e824 commit b396715

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ jobs:
7878
if: matrix.os == 'macOS-latest'
7979
run: |
8080
echo "skip.android=true" > local.properties
81-
- name: Set up JDK 11
81+
- name: Set up JDK 21
8282
uses: actions/setup-java@v4
8383
with:
84-
java-version: 17
84+
java-version: 21
8585
distribution: 'adopt'
8686
- name: Check JVM
8787
if: matrix.os != 'windows-latest'

.github/workflows/snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ jobs:
8787
if: matrix.os == 'macOS-latest'
8888
run: |
8989
echo "skip.android=true" > local.properties
90-
- name: Set up JDK 11
90+
- name: Set up JDK 21
9191
uses: actions/setup-java@v4
9292
with:
93-
java-version: 17
93+
java-version: 21
9494
distribution: 'adopt'
9595
- name: Check JVM
9696
if: matrix.os != 'windows-latest'

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ jobs:
9393
if: matrix.os == 'macOS-latest'
9494
run: |
9595
echo "skip.android=true" > local.properties
96-
- name: Set up JDK 11
96+
- name: Set up JDK 21
9797
uses: actions/setup-java@v4
9898
with:
99-
java-version: 17
99+
java-version: 21
100100
distribution: 'adopt'
101101
- name: Check JVM
102102
if: matrix.os != 'windows-latest'

0 commit comments

Comments
 (0)