Skip to content

Commit

Permalink
Restore .net version and change tool restore
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonGraal committed Jan 11, 2025
1 parent 556768c commit 209f5de
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: ["8.0.x", "9.0.x"]
dotnet-version: ["6.0.x", "8.0.x"]
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Install tools
- name: Restore tools
run: |
dotnet tool update dotnet-coverage
dotnet tool update dotnet-reportgenerator-globaltool
dotnet tool restore
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 209f5de

Please sign in to comment.