From c30bbcabd629b3c3d6cfffca0613751cff94926b Mon Sep 17 00:00:00 2001 From: xdark Date: Fri, 12 Apr 2024 01:20:35 +0300 Subject: [PATCH] Bump JDK to 22 in GitHub Actions --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 414f225..dceb555 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest ] - java-version: [ 17 ] + java-version: [ 22 ] runs-on: ubuntu-latest timeout-minutes: 10 steps: @@ -33,7 +33,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: temurin - java-version: 17 + java-version: 22 check-latest: true # The project version extract NEEDS to have the maven wrapper already downloaded. # So we have a dummy step here just to initialize it. @@ -90,7 +90,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: temurin - java-version: 17 + java-version: 22 # The project version extract NEEDS to have the maven wrapper already downloaded. # So we have a dummy step here just to initialize it. - name: Download Maven wrapper