Skip to content

Commit

Permalink
test(coverage): upgrade .NET version 7 -> 8
Browse files Browse the repository at this point in the history
  • Loading branch information
innomaxx committed Jan 3, 2025
1 parent 6f478f4 commit fd2cc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

- name: Test
run: dotnet test --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura
Expand Down

0 comments on commit fd2cc0e

Please sign in to comment.