From f702f8814bf551fbc63617652539f537d2aa1781 Mon Sep 17 00:00:00 2001 From: Per Kops Date: Fri, 10 Nov 2023 15:01:33 +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 29b7de6..e4c8280 100644 --- a/.github/workflows/post-integration.yml +++ b/.github/workflows/post-integration.yml @@ -35,10 +35,11 @@ jobs: with: dotnet-version: '7.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