Skip to content

Commit

Permalink
Update workflows to use .NET 8.0 also. (#1681)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamothe authored Jan 4, 2025
1 parent 8a60985 commit 1ef9e5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dot-net.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
7.0.x
dotnet-version: 8.0.x

- name: Install Python dependencies
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-dot-net-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ jobs:
run: |
df -h
- name: Setup .NET 6.0
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x

- name: Check dotnet
run: dotnet --info
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-dot-net.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
dotnet-version: 8.0.x

- name: Check dotnet
run: dotnet --info
Expand Down

0 comments on commit 1ef9e5e

Please sign in to comment.