Skip to content

Commit

Permalink
Merge pull request #30 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 055fb73 + f702f88 commit 7732dc1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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: '7.0.x'

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

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

0 comments on commit 7732dc1

Please sign in to comment.