mirror of
https://github.com/SabreTools/SabreTools.ASN1.git
synced 2026-09-22 06:44:11 +00:00
Ensure .NET versions are installed for testing
This commit is contained in:
7
.github/workflows/build_and_test.yml
vendored
7
.github/workflows/build_and_test.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user