Skip to content

Commit

Permalink
Make sure we also install .net 6 for the tests (#706)
Browse files Browse the repository at this point in the history
stebet authored Jan 8, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4ea0dfc commit 44d2877
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -37,7 +37,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup dotnet
- name: Setup dotnet 6
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.x'

- name: Setup dotnet 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'

0 comments on commit 44d2877

Please sign in to comment.