Skip to content

Commit

Permalink
Update OS, SDK and target versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mycroes committed Jun 27, 2023
1 parent 5bc2c6c commit 8d1aaf8
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,31 +74,31 @@ jobs:
os: [windows-latest, ubuntu-20.04, macos-latest]
test-framework: [netcoreapp3.1, net5.0]
include:
- os: ubuntu-20.04
test-framework: netcoreapp3.1
- os: ubuntu-22.04
test-framework: net6.0
installSnap7: true
dotnet-sdk: '3.1.x'
- os: ubuntu-20.04
test-framework: net5.0
dotnet-sdk: '6.x'
- os: ubuntu-22.04
test-framework: net7.0
installSnap7: true
dotnet-sdk: '5.0.x'
dotnet-sdk: '7.x'
- os: macos-latest
test-framework: netcoreapp3.1
test-framework: net6.0
installSnap7: true
dotnet-sdk: '3.1.x'
dotnet-sdk: '6.x'
- os: macos-latest
test-framework: net5.0
test-framework: net7.0
installSnap7: true
dotnet-sdk: '5.0.x'
dotnet-sdk: '7.x'
- os: windows-latest
test-framework: netcoreapp3.1
dotnet-sdk: '3.1.x'
test-framework: net6.0
dotnet-sdk: '6.x'
- os: windows-latest
test-framework: net5.0
dotnet-sdk: '5.0.x'
test-framework: net7.0
dotnet-sdk: '7.x'
- os: windows-latest
test-framework: net452
dotnet-sdk: '5.0.x'
test-framework: net462
dotnet-sdk: '7.x'
fail-fast: false

steps:
Expand Down

0 comments on commit 8d1aaf8

Please sign in to comment.