Skip to content

Commit

Permalink
Use .NET 8 in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Nov 1, 2024
1 parent f5e02ea commit c4b6bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
submodules: true
- name: Test
run: dotnet test -c Release -f net6
run: dotnet test -c Release -f net8
- name: Generate PDF with CSharp code
if: github.event_name == 'push'
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
submodules: true
- name: Test
run: |
dotnet test -c Release -f net7
dotnet test -c Release -f net8
pushNuGetPackageToGitHubPackageRegistry:
needs: test
runs-on: ubuntu-latest
Expand Down

0 comments on commit c4b6bf8

Please sign in to comment.