We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6e4b8 commit 5f7fb49Copy full SHA for 5f7fb49
.github/workflows/post-integration.yml
@@ -35,10 +35,11 @@ jobs:
35
with:
36
dotnet-version: '6.0.x'
37
38
- - name: ⚙️ Set up JDK 11
39
- uses: actions/setup-java@v1
+ - name: ⚙️ Set up JDK 17
+ uses: actions/setup-java@v3
40
41
- java-version: 1.11
+ java-version: 17
42
+ distribution: 'zulu'
43
44
- name: 🧹 Clean
45
run: dotnet clean -c Release && dotnet nuget locals all --clear
0 commit comments