Skip to content

Commit

Permalink
Remove old dotnet-version
Browse files Browse the repository at this point in the history
  • Loading branch information
mpreyskurantov committed Sep 12, 2023
1 parent 94bce39 commit efb9a08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/actions/dotnet-test-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ runs:
with:
dotnet-quality: ga
dotnet-version: |
3.1
6.0
7.0
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
dotnet-quality: ga
dotnet-version: |
3.1
6.0
dotnet-version: 6.0

- uses: actions/checkout@v3

Expand Down

0 comments on commit efb9a08

Please sign in to comment.