Skip to content

Commit

Permalink
Merge pull request #2430 from wabbajack-tools/EzioTheDeadPoet-patch-1
Browse files Browse the repository at this point in the history
Update tests.yaml to include .NET 8.0
  • Loading branch information
EzioTheDeadPoet authored Oct 21, 2023
2 parents ce7198e + 7bb0c20 commit f080464
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@ jobs:
- name: Set Permissions
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:
Expand Down

0 comments on commit f080464

Please sign in to comment.