We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2efbd3f commit daf1caaCopy full SHA for daf1caa
1 file changed
.github/workflows/dotnetcore.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup .NET Core
17
uses: actions/setup-dotnet@v3
18
with:
19
- dotnet-version: '6.0.x'
+ dotnet-version: '8.0.x'
20
- name: Install dependencies
21
run: dotnet restore
22
- name: Build
@@ -27,4 +27,4 @@ jobs:
27
uses: coverallsapp/github-action@v1
28
29
github-token: ${{ secrets.GITHUB_TOKEN }}
30
- path-to-lcov: ./JamSoft.Helpers.Tests/TestResults/coverage.net6.0.info
+ path-to-lcov: ./JamSoft.Helpers.Tests/TestResults/coverage.net8.0.info
0 commit comments