Skip to content

Commit

Permalink
Updated CI to use .net 9
Browse files Browse the repository at this point in the history
  • Loading branch information
imperugo committed Jan 20, 2025
1 parent 07c1416 commit 5433629
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,17 @@ jobs:
with:
dotnet-version: |
2.1.x
6.0.x
7.0.x
8.0.x
9.0.x
- name: Run .NET 8 Tests
run: dotnet test -f net8.0
shell: bash
env:
REDIS_HOST: localhost

- name: Run .NET 7 Tests
run: dotnet test -f net7.0 --verbosity quiet
- name: Run .NET 9 Tests
run: dotnet test -f net9.0
shell: bash
env:
REDIS_HOST: localhost

- name: Run .NET 6 Tests
run: dotnet test -f net6.0 --verbosity quiet
- name: Run .NET 8 Tests
run: dotnet test -f net8.0
shell: bash
env:
REDIS_HOST: localhost
Expand All @@ -71,9 +64,8 @@ jobs:
with:
dotnet-version: |
2.1.x
6.0.x
7.0.x
8.0.x
9.0.x
- name: Build with dotnet
run: ./NuGetPack.bat
Expand Down

0 comments on commit 5433629

Please sign in to comment.