mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 23:49:21 +08:00
Merge pull request #1602 from valfirst/jdk-19
[CI] Bump JDK from `18` to `19`
This commit is contained in:
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