Skip to content

Commit

Permalink
Try java 25 for sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaliumhexacyanoferrat authored Nov 23, 2023
1 parent 51b32f3 commit f409c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
with:
dotnet-version: 7.0.100
- name: Setup Java JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 25
- name: Restore tools
run: dotnet tool restore
- name: Begin scan
Expand Down

0 comments on commit f409c8b

Please sign in to comment.