Skip to content

Commit 6274f40

Browse files
committed
Adjust dotnet versions
1 parent 9310f7a commit 6274f40

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
uses: actions/setup-dotnet@v4
2121
with:
2222
dotnet-version: |
23+
6.0.x
24+
7.0.x
2325
8.0.x
26+
9.0.x
2427
- name: Run unit tests (windows)
2528
if: matrix.os == 'windows-latest'
2629
run: ./build.ps1 CodeCoverage
@@ -51,7 +54,10 @@ jobs:
5154
uses: actions/setup-dotnet@v4
5255
with:
5356
dotnet-version: |
57+
6.0.x
58+
7.0.x
5459
8.0.x
60+
9.0.x
5561
- name: Run sonarcloud analysis
5662
run: ./build.sh CodeAnalysis
5763

@@ -88,7 +94,10 @@ jobs:
8894
uses: actions/setup-dotnet@v4
8995
with:
9096
dotnet-version: |
97+
6.0.x
98+
7.0.x
9199
8.0.x
100+
9.0.x
92101
- name: Pack nuget packages
93102
run: ./build.sh Pack
94103
- name: Upload packages

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
uses: actions/setup-dotnet@v4
2121
with:
2222
dotnet-version: |
23+
6.0.x
24+
7.0.x
2325
8.0.x
26+
9.0.x
2427
- name: Run unit tests (windows)
2528
if: matrix.os == 'windows-latest'
2629
run: ./build.ps1 CodeCoverage
@@ -52,7 +55,10 @@ jobs:
5255
uses: actions/setup-dotnet@v4
5356
with:
5457
dotnet-version: |
58+
6.0.x
59+
7.0.x
5560
8.0.x
61+
9.0.x
5662
- name: Run sonarcloud analysis
5763
run: ./build.sh CodeAnalysis
5864

0 commit comments

Comments
 (0)