Ensure .NET versions are installed for testing

This commit is contained in:
Matt Nadareski
2024-12-19 10:55:31 -05:00
parent ca59d71e7d
commit 4f48ccc4c6
3 changed files with 9 additions and 2 deletions

View File

@@ -16,7 +16,10 @@ 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

View File

@@ -11,7 +11,10 @@ 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: Restore dependencies
run: dotnet restore

View File

@@ -91,6 +91,7 @@
- Fully remove processing queue code
- Introduce maximum log length
- Print PS4/PS5 app.pkg info
- Ensure .NET versions are installed for testing
### 3.2.4 (2024-11-24)