Skip to content

Commit

Permalink
chore: Updating JDK version in post-integration pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Per Kops committed Nov 10, 2023
1 parent ea1e92b commit ff68be4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/post-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:
with:
dotnet-version: '6.0.x'

- name: ⚙️ Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.11
- name: ⚙️ Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'zulu'

- name: 🧹 Clean
run: dotnet clean -c Release && dotnet nuget locals all --clear
Expand Down

0 comments on commit ff68be4

Please sign in to comment.