From 29bf2a7ebf3c4f2607353bad40beac416ad9ab47 Mon Sep 17 00:00:00 2001 From: Martijn Bonajo Date: Fri, 6 Sep 2024 15:54:18 +0200 Subject: [PATCH] ci: update java version --- .github/workflows/pullrequest.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 59d2f13..c5ebe16 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -10,11 +10,11 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: - java-version: '17' + java-version: '21' distribution: 'temurin' cache: maven - name: Make sure that the API can compile