Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Changed pipelines to dotnet 8 only
  • Loading branch information
Henk Kin authored and Henk Kin committed Aug 26, 2025
commit 4fd2b44c0b18844adab68899a19327117aa62370
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
dotnet-version: [8.0.x, 9.0.x]
dotnet-version: [8.0.x]
runs-on: windows-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
dotnet-version: [8.0.x, 9.0.x]
dotnet-version: [8.0.x]
runs-on: windows-latest
steps:
- name: Checkout
Expand Down
Loading