Run actions with JDK 17, test with 17 instead of 16
This commit is contained in:
parent
898ce5651c
commit
c9725ed763
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -24,8 +24,8 @@ jobs:
|
|||
- name: Set up JDK
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: 16
|
||||
distribution: 'temurin'
|
||||
java-version: 17
|
||||
- name: Build
|
||||
run: ./gradlew build
|
||||
- name: Determine Status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue