From 436f9670405b4ab70bdf1020defa87cadd40badb Mon Sep 17 00:00:00 2001 From: Per Kops Date: Fri, 10 Nov 2023 15:02:00 +0100 Subject: [PATCH] chore: Updating JDK version in post-integration pipeline --- .github/workflows/post-integration.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/post-integration.yml b/.github/workflows/post-integration.yml index c648fe1..00b46e6 100644 --- a/.github/workflows/post-integration.yml +++ b/.github/workflows/post-integration.yml @@ -35,10 +35,11 @@ jobs: with: dotnet-version: '6.0.x' - - name: ⚙️ Set up JDK 11 - uses: actions/setup-java@v1 + - name: ⚙️ Set up JDK 17 + uses: actions/setup-java@v3 with: - java-version: 1.11 + java-version: 17 + distribution: 'zulu' - name: 🧹 Clean run: dotnet clean -c Release && dotnet nuget locals all --clear