mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 23:49: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
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '18'
|
||||
java-version: '19'
|
||||
cache: 'gradle'
|
||||
|
||||
- name: Test
|
||||
|
Reference in New Issue
Block a user