Skip to content

Commit

Permalink
feat: increase dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilbaczek authored Nov 18, 2024
1 parent 9684b78 commit 7c5fa7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chapter-2-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand All @@ -43,8 +43,8 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x
- name: Restore dependencies
run: dotnet restore
- name: Test
run: dotnet test
run: dotnet test

0 comments on commit 7c5fa7f

Please sign in to comment.