Skip to content

Commit

Permalink
Update dotnet-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shawncal committed May 10, 2023
1 parent de5537d commit 6afcbe2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
configuration: [Release, Debug]
dotnet-version: ['6.0.x', '7.0.x']
dotnet-version: ['6.0.x', '7.0.x', '8.0.x']
include:
- configuration: Release
- os: ubuntu-latest
configuration: Debug
dotnet-version: 6.0.x
runs-on: ${{ matrix.os }}
env:
NUGET_CERT_REVOCATION_MODE: offline
Expand Down

0 comments on commit 6afcbe2

Please sign in to comment.