From 00b0cb5079ff99440420aac8f4b88ef6bfb75fa7 Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Fri, 9 Aug 2024 11:42:42 -0600 Subject: [PATCH] drop .NET 7 for EOL prep for new versions --- .github/workflows/dotnet.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 8c359c0..6f20ef7 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -22,9 +22,10 @@ jobs: matrix: dotnet: # update other matrix's version below when new latest released - - 8 # EOL: 2026-11-10 - - 7 # EOL: 2024-05-14 - - 6 # EOL: 2024-11-12 + #- 10 # REL: 2025-11-10 EOL: 2028-11-11 + #- 9 # REL: 2024-11-10 EOL: 2026-11-11 + - 8 # EOL: 2026-11-10 + - 6 # EOL: 2024-11-12 # version support doc: https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core steps: - uses: actions/checkout@v4