mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-12 22:15:41 +00:00
chore(ci)!: drop net7.0 from tests
This commit is contained in:
parent
4901914813
commit
12a2ba9b95
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
@ -18,7 +18,6 @@ jobs:
|
||||
with:
|
||||
dotnet-version: |
|
||||
6.0.x
|
||||
7.0.x
|
||||
8.0.x
|
||||
|
||||
- name: Add NuGet source
|
||||
@ -33,8 +32,5 @@ jobs:
|
||||
- name: Test .NET 6
|
||||
run: dotnet test --no-build --verbosity normal --configuration Release --framework net6.0
|
||||
|
||||
- name: Test .NET 7
|
||||
run: dotnet test --no-build --verbosity normal --configuration Release --framework net7.0
|
||||
|
||||
- name: Test .NET 8
|
||||
run: dotnet test --no-build --verbosity normal --configuration Release --framework net8.0
|
||||
|
Loading…
Reference in New Issue
Block a user