Skip to content

Commit

Permalink
Java 11 => Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeugma440 authored Oct 22, 2023
1 parent bf5fdc9 commit be424e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Java 11
- name: Java 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
java-version: '17'
- name: Install SonarScanner
#run: choco install "sonarscanner-msbuild-net50" -y
run: dotnet tool install --global dotnet-sonarscanner
Expand Down

0 comments on commit be424e2

Please sign in to comment.