build with jdk 19

This commit is contained in:
Sebastian Stenzel
2022-09-21 09:28:37 +02:00
parent cc24a4c9ae
commit d19e77432e
8 changed files with 21 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ on:
pull_request:
env:
JAVA_VERSION: 17
JAVA_VERSION: 19
defaults:
run:
@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'temurin'
distribution: 'zulu'
java-version: ${{ env.JAVA_VERSION }}
cache: 'maven'
- name: Build and Test