From 12a2ba9b95c0667fb4c0adf2fb2b9628225e1176 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 18 Jun 2024 15:48:46 +0100 Subject: [PATCH] chore(ci)!: drop net7.0 from tests --- .github/workflows/dotnet.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 8856b4b..5257dd8 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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