Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
EzioTheDeadPoet authored Nov 22, 2024
1 parent ed47b9d commit 783b8cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
if: runner.os != 'Windows'
run: chmod -R +x Wabbajack.FileExtractor/Extractors

- name: Setup .NET Core SDK 8.0.x
- name: Setup .NET Core SDK 9.0.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'
include-prerelease: true

- name: Test
Expand Down

0 comments on commit 783b8cf

Please sign in to comment.