From ff68be4602664f0cf88bee949127b260efdb3340 Mon Sep 17 00:00:00 2001 From: Per Kops Date: Fri, 10 Nov 2023 15:00:49 +0100 Subject: [PATCH] chore: Updating JDK version in post-integration pipeline --- .github/workflows/post-integration.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/post-integration.yml b/.github/workflows/post-integration.yml index 14b4674..ebd2771 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 - with: - java-version: 1.11 + - name: ⚙️ Set up JDK 17 + uses: actions/setup-java@v3 + with: + java-version: 17 + distribution: 'zulu' - name: 🧹 Clean run: dotnet clean -c Release && dotnet nuget locals all --clear