Update tests.yaml (#2467)

Co-authored-by: Timothy Baldridge <tbaldridge@gmail.com>
This commit is contained in:
Luca 2023-12-21 20:02:38 +01:00 committed by GitHub
parent e7d49b756d
commit b3783f6eeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,10 +109,10 @@ jobs:
steps:
- 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
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'
include-prerelease: true
- name: Restore