ci: drop .NET 7

This commit is contained in:
Kyle Ratti 2024-05-03 18:21:22 -04:00
parent 190db94602
commit 118e2a3a7a
No known key found for this signature in database
GPG Key ID: 4D429B6287C68DD9

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
dotnet-version: ['8.0.x', '7.0.x', '6.0.x'] dotnet-version: ['8.0.x', '6.0.x']
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -21,7 +21,6 @@ jobs:
with: with:
dotnet-version: | dotnet-version: |
6.0.x 6.0.x
7.0.x
8.0.x 8.0.x
- name: Install dependencies - name: Install dependencies
run: dotnet restore run: dotnet restore