Merge pull request #2430 from wabbajack-tools/EzioTheDeadPoet-patch-1

Update tests.yaml to include .NET 8.0
This commit is contained in:
Luca 2023-10-21 09:21:03 +02:00 committed by GitHub
commit f080464c19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,12 @@ jobs:
if: runner.os != 'Windows'
run: chmod -R +x Wabbajack.FileExtractor/Extractors
- name: Setup .NET Core SDK 8.0.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
include-prerelease: true
- name: Setup .NET Core SDK 7.0.x
uses: actions/setup-dotnet@v1
with: