File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -36,24 +36,17 @@ jobs:
36
36
with :
37
37
dotnet-version : |
38
38
2.1.x
39
- 6.0.x
40
- 7.0.x
41
39
8.0.x
40
+ 9.0.x
42
41
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
51
44
shell : bash
52
45
env :
53
46
REDIS_HOST : localhost
54
47
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
57
50
shell : bash
58
51
env :
59
52
REDIS_HOST : localhost
71
64
with :
72
65
dotnet-version : |
73
66
2.1.x
74
- 6.0.x
75
- 7.0.x
76
67
8.0.x
68
+ 9.0.x
77
69
78
70
- name : Build with dotnet
79
71
run : ./NuGetPack.bat
You can’t perform that action at this time.
0 commit comments