Skip to content

Commit 4fd2b44

Browse files
Henk KinHenk Kin
authored andcommitted
Changed pipelines to dotnet 8 only
1 parent 81a4b81 commit 4fd2b44

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
dotnet-version: [8.0.x, 9.0.x]
15+
dotnet-version: [8.0.x]
1616
runs-on: windows-latest
1717
steps:
1818
- name: Checkout

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
dotnet-version: [8.0.x, 9.0.x]
12+
dotnet-version: [8.0.x]
1313
runs-on: windows-latest
1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)