Skip to content

Commit

Permalink
Merge pull request #32 from atc-net/feature/updating_jdk_version
Browse files Browse the repository at this point in the history
Updating JDK version in post-integration pipeline
  • Loading branch information
davidkallesen authored Nov 10, 2023
2 parents ea1e92b + ff68be4 commit fca5bbc
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 fca5bbc

Please sign in to comment.