mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Update tests.yaml (#2467)
Co-authored-by: Timothy Baldridge <tbaldridge@gmail.com>
This commit is contained in:
parent
e7d49b756d
commit
b3783f6eeb
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
@ -109,10 +109,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Setup .NET Core SDK 6.0.x
|
- name: Setup .NET Core SDK 8.0.x
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: '7.0.x'
|
dotnet-version: '8.0.x'
|
||||||
include-prerelease: true
|
include-prerelease: true
|
||||||
|
|
||||||
- name: Restore
|
- name: Restore
|
||||||
|
Loading…
Reference in New Issue
Block a user