Skip to content

Commit

Permalink
workflow dotnet-version 8 | 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ikpil committed Dec 21, 2024
1 parent 81bcc97 commit 35f90a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet-version }}.x
dotnet-version: |
8
9
- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit 35f90a0

Please sign in to comment.