Skip to content

Commit

Permalink
ci: support dotnet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Dec 1, 2023
1 parent 9f5c97d commit 51979ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
5.x
6.x
8.x
- name: List dotnet sdks
run: dotnet --list-sdks
run: dotnet --info
- name: Run the Cake script
uses: cake-build/cake-action@v1
with:
Expand Down

0 comments on commit 51979ca

Please sign in to comment.