Skip to content

Commit

Permalink
Remove target framework from OS matrix in regression tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Jan 15, 2024
1 parent 45ad468 commit dcd6c54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
strategy:
fail-fast: false
matrix:
framework: [net6.0, net8.0]
format: [json, yaml]
version: [v2.0, v3.0]
os: [macos-latest, windows-latest, ubuntu-latest]
Expand All @@ -38,4 +37,4 @@ jobs:
version: ${{ matrix.version }}
openapi: ${{ matrix.openapi }}
os: ${{ matrix.os }}
command: dotnet run --project ../src/Refitter/Refitter.csproj --framework ${{ matrix.framework }}
command: dotnet run --project ../src/Refitter/Refitter.csproj --framework net8.0

0 comments on commit dcd6c54

Please sign in to comment.