Skip to content

Commit 1af4361

Browse files
Merge pull request #11 from atc-net/feature/updating_jdk_version
Updating JDK version in post-integration pipeline
2 parents d479175 + e370789 commit 1af4361

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: 🧹 Clean
4445
run: dotnet clean -c Release && dotnet nuget locals all --clear

0 commit comments

Comments
 (0)