From 118e2a3a7a131dac18547381caa07aae940e2424 Mon Sep 17 00:00:00 2001 From: Kyle Ratti Date: Fri, 3 May 2024 18:21:22 -0400 Subject: [PATCH] ci: drop .NET 7 --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b772b5..93b0798 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - dotnet-version: ['8.0.x', '7.0.x', '6.0.x'] + dotnet-version: ['8.0.x', '6.0.x'] steps: - uses: actions/checkout@v2 @@ -21,7 +21,6 @@ jobs: with: dotnet-version: | 6.0.x - 7.0.x 8.0.x - name: Install dependencies run: dotnet restore