Skip to content

Commit 5f7fb49

Browse files
author
Per Kops
committed
chore: Updating JDK version in post-integration pipeline
1 parent 5e6e4b8 commit 5f7fb49

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/post-integration.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ jobs:
3535
with:
3636
dotnet-version: '6.0.x'
3737

38-
- name: ⚙️ Set up JDK 11
39-
uses: actions/setup-java@v1
38+
- name: ⚙️ Set up JDK 17
39+
uses: actions/setup-java@v3
4040
with:
41-
java-version: 1.11
41+
java-version: 17
42+
distribution: 'zulu'
4243

4344
- name: 🧹 Clean
4445
run: dotnet clean -c Release && dotnet nuget locals all --clear

0 commit comments

Comments
 (0)