Skip to content

Commit

Permalink
fix(ci): drop netcoreapp3.1 from dotnet workflow (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Sep 12, 2023
1 parent c9955b5 commit 4c91ec4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
3.1.x
6.0.x
7.0.x
Expand All @@ -36,9 +35,6 @@ jobs:
- name: Build
run: dotnet build --no-restore --configuration Release

- name: Test .NET Core 3.1
run: dotnet test --no-build --verbosity normal --configuration Release --framework netcoreapp3.1

- name: Test .NET 6
run: dotnet test --no-build --verbosity normal --configuration Release --framework net6.0

Expand Down

0 comments on commit 4c91ec4

Please sign in to comment.