Skip to content

Commit

Permalink
Run tests using .NET 6 and .NET Core 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Jul 28, 2022
1 parent b7a21a9 commit 7f8bb61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: |
3.1.x
6.0.x
- name: Install dependencies
run: dotnet restore src/Config.Net.sln
- name: Build
Expand Down

0 comments on commit 7f8bb61

Please sign in to comment.