From 31c7170cb8345f61b54eacea2e5631c13242ea37 Mon Sep 17 00:00:00 2001 From: Dallas Read Date: Wed, 4 Dec 2024 14:15:30 -0400 Subject: [PATCH] Remove ci for version 8.0 --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc5832a..4aecb81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,6 @@ jobs: strategy: matrix: dotnet-version: - - '8.0.x' - '9.0.x' steps: - uses: actions/checkout@v4