Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuhardt authored Oct 4, 2023
1 parent 2cae212 commit 9bef7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
test:
strategy:
matrix:
framework: [ netstandard2.0, net6.0, net7.0 ]
framework: [ netstandard2.0, net7.0 ]
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: ${{ matrix.framework == 'net6.0' && '6.0.x' || '7.0.x' }}
dotnet-version: 7.0.x
- name: Run Tests
run: dotnet test -f ${{ matrix.framework }}

0 comments on commit 9bef7b3

Please sign in to comment.