Ensure .NET versions are installed for testing

This commit is contained in:
Matt Nadareski
2024-12-19 10:48:13 -05:00
parent 4e45de3fab
commit 10163eb9eb

View File

@@ -16,8 +16,11 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
dotnet-version: |
6.0.x
8.0.x
9.0.x
- name: Run tests
run: dotnet test