Skip to content

Commit

Permalink
Merge pull request #25 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 460495f + af9d9ad commit 7e662e1
Show file tree
Hide file tree
Showing 2 changed files 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: '5.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
Binary file modified images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7e662e1

Please sign in to comment.