Skip to content

Commit

Permalink
Add dotnet 7.0, 8.0 to build strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
hogimn committed May 19, 2024
1 parent f5c45b8 commit 478424b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
dotnet-version: [ 6.0 ]
dotnet-version: [6.0, 7.0, 8.0]
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 478424b

Please sign in to comment.