From fcf09047e055bda412e99eb961debfa9d3aa8002 Mon Sep 17 00:00:00 2001 From: lanthale Date: Mon, 3 Apr 2023 20:41:11 +0200 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 36fbae3..f724d71 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -15,11 +15,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 19 + - name: Set up JDK 20 uses: actions/setup-java@v3 with: distribution: 'temurin' # See 'Supported distributions' for available options - java-version: '19' + java-version: '20' architecture: 'x64' # defaults to 'x64' cache: 'maven' - name: Cache Maven packages