mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 07:59:21 +08:00
[CI] Bump JDK from 18
to 19
JDK 18 is reached EOL.
This commit is contained in:
committed by
GitHub
parent
d04f225ce4
commit
72bbf2ee4b
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '18'
|
java-version: '19'
|
||||||
cache: 'gradle'
|
cache: 'gradle'
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
|
Reference in New Issue
Block a user