update CI JDK to 18

This commit is contained in:
Daniel Micay 2022-04-20 06:27:40 -04:00
parent eb6c14740f
commit c0eea02bb1
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- name: Set up JDK 17
- name: Set up JDK 18
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
java-version: 18
cache: gradle
- name: Build with Gradle
run: ./gradlew build --no-daemon