Skip to content

Commit

Permalink
upgrade java version
Browse files Browse the repository at this point in the history
  • Loading branch information
obpt123 committed Feb 21, 2024
1 parent 7b17fcf commit 9be6adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
with:
dotnet-version: |
7.0.100
- name: 03 Setup JDK 11
- name: 03 Setup JDK 17
uses: actions/setup-java@v1
with:
java-version: 1.11
java-version: 1.17
- name: 04 Install SonarScanner
run: dotnet tool restore
- name: 05 Set Sonar Environments
Expand Down

0 comments on commit 9be6adf

Please sign in to comment.