Skip to content

Commit 5433629

Browse files
committed
Updated CI to use .net 9
1 parent 07c1416 commit 5433629

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

.github/workflows/dotnetcore.yml

+6-14
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,17 @@ jobs:
3636
with:
3737
dotnet-version: |
3838
2.1.x
39-
6.0.x
40-
7.0.x
4139
8.0.x
40+
9.0.x
4241
43-
- name: Run .NET 8 Tests
44-
run: dotnet test -f net8.0
45-
shell: bash
46-
env:
47-
REDIS_HOST: localhost
48-
49-
- name: Run .NET 7 Tests
50-
run: dotnet test -f net7.0 --verbosity quiet
42+
- name: Run .NET 9 Tests
43+
run: dotnet test -f net9.0
5144
shell: bash
5245
env:
5346
REDIS_HOST: localhost
5447

55-
- name: Run .NET 6 Tests
56-
run: dotnet test -f net6.0 --verbosity quiet
48+
- name: Run .NET 8 Tests
49+
run: dotnet test -f net8.0
5750
shell: bash
5851
env:
5952
REDIS_HOST: localhost
@@ -71,9 +64,8 @@ jobs:
7164
with:
7265
dotnet-version: |
7366
2.1.x
74-
6.0.x
75-
7.0.x
7667
8.0.x
68+
9.0.x
7769
7870
- name: Build with dotnet
7971
run: ./NuGetPack.bat

0 commit comments

Comments
 (0)