From 8be61d3157a267ee4cddb713d1342d381899ca4c Mon Sep 17 00:00:00 2001 From: Flashky Date: Tue, 10 Dec 2024 13:20:12 +0100 Subject: [PATCH] ci: bump to jdk 23 --- .github/workflows/build-report.yml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-report.yml b/.github/workflows/build-report.yml index b6439ad..1db55ab 100644 --- a/.github/workflows/build-report.yml +++ b/.github/workflows/build-report.yml @@ -34,11 +34,11 @@ jobs: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} - - name: Set up JDK 17 + - name: Set up JDK uses: actions/setup-java@v4 with: distribution: temurin - java-version: 17 + java-version: 23 - name: Build with Maven run: mvn -B package --file pom.xml - name: Upload Jacoco report artifact diff --git a/pom.xml b/pom.xml index badfb48..9a0e61e 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ 3.5.2 3.13.0 - 17 + 23 0.8.12