Skip to content

Commit 3aaaf98

Browse files
Merge pull request #152 from atc-net/feature/updating_jdk_version
Updating JDK version in post-integration pipeline
2 parents 5e6e4b8 + 5f7fb49 commit 3aaaf98

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)