Skip to content

Commit

Permalink
drop .NET 7 for EOL
Browse files Browse the repository at this point in the history
prep for new versions
  • Loading branch information
CamJN committed Aug 9, 2024
1 parent 1af3935 commit 00b0cb5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00b0cb5

Please sign in to comment.