Skip to content

Commit b5b514b

Browse files
author
Per Kops
committed
feat: Bumping JDK to v 17
1 parent fca305d commit b5b514b

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: '7.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: 📐 Ensure nuget.org added as package source on Windows
4445
run: dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org --configfile $env:APPDATA\NuGet\NuGet.Config

0 commit comments

Comments
 (0)