Skip to content

Commit

Permalink
Merge pull request #470 from nickbabcock/dotnet
Browse files Browse the repository at this point in the history
Target .net 8.0 in CI
  • Loading branch information
nickbabcock authored Jan 25, 2025
2 parents 068d1e6 + 0efbcf1 commit ff948ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
submodules: true
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.*'
dotnet-version: '8.0.x'
- run: dotnet test
if: matrix.os == 'ubuntu-latest'
- run: dotnet test --filter 'Category!=integration'
Expand Down

0 comments on commit ff948ce

Please sign in to comment.