ci: drop .NET 7
This commit is contained in:
parent
190db94602
commit
118e2a3a7a
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user