Skip to content

Commit

Permalink
Bump .NET version in action
Browse files Browse the repository at this point in the history
  • Loading branch information
khellang committed Aug 18, 2023
1 parent 096a14f commit 7932f7b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
with:
dotnet-version: "3.1.x"

- name: Setup .NET 7 SDK
uses: actions/setup-dotnet@v1
- name: Setup .NET 8 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: "7.0.x"
dotnet-version: "8.x"
dotnet-quality: "preview"

- name: Test
run: dotnet test --collect:"XPlat Code Coverage"
Expand Down

0 comments on commit 7932f7b

Please sign in to comment.