Skip to content

Commit

Permalink
add old dotnet versions for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
borzov committed Aug 8, 2024
1 parent e257f1e commit 6398d51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
dotnet-version: |
${{ env.DOTNET_VERSION }}
3.1.x
6.0.x
- name: Install dependencies
run: dotnet restore ${{ env.SOLUTION_FILE }} --verbosity minimal && dotnet tool restore
Expand Down

0 comments on commit 6398d51

Please sign in to comment.