Skip to content

Commit

Permalink
Update dotnet-test.yml
Browse files Browse the repository at this point in the history
Corrected dotnet version
  • Loading branch information
sbartholomeusz authored Oct 19, 2023
1 parent 1803175 commit 79ea2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
test:
uses: sbartholomeusz/gh-actions-common/.github/workflows/dotnet-test.yml@main
with:
dotnet_version: '7.0.x'
dotnet_version: '3.1.x'
path: './src/Canary.sln'
secrets: inherit

0 comments on commit 79ea2c9

Please sign in to comment.