Skip to content

Commit

Permalink
Merge pull request #85 from atc-net/feature/bump-java-for-sonarcloud
Browse files Browse the repository at this point in the history
Bumping JDK to v 17
  • Loading branch information
davidkallesen authored Nov 9, 2023
2 parents fca305d + b5b514b commit 92fb792
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: 📐 Ensure nuget.org added as package source on Windows
run: dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org --configfile $env:APPDATA\NuGet\NuGet.Config
Expand Down

0 comments on commit 92fb792

Please sign in to comment.