Skip to content

Commit 84d3130

Browse files
committed
install more sdks
1 parent 465fdab commit 84d3130

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ jobs:
1616
- name: Fetch history
1717
run: git fetch --prune --unshallow
1818
- name: Setup .NET
19-
uses: actions/setup-dotnet@v1
19+
uses: actions/setup-dotnet@v4
2020
with:
21-
dotnet-version: 8.0.x
21+
dotnet-version: |
22+
6.0.x
23+
8.0.x
24+
9.0.x
2225
- name: Restore dependencies
2326
run: |
2427
dotnet restore src/S7CommPlusDriver

.github/workflows/dotnetpull.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Setup .NET
15-
uses: actions/setup-dotnet@v1
15+
uses: actions/setup-dotnet@v4
1616
with:
17-
dotnet-version: 8.0.x
17+
dotnet-version: |
18+
6.0.x
19+
8.0.x
20+
9.0.x
1821
- name: Restore dependencies
1922
run: |
2023
dotnet restore src/S7CommPlusDriver

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ jobs:
1414
- name: Fetch history
1515
run: git fetch --prune --unshallow
1616
- name: Setup .NET
17-
uses: actions/setup-dotnet@v1
17+
uses: actions/setup-dotnet@v4
1818
with:
19-
dotnet-version: 8.0.x
19+
dotnet-version: |
20+
6.0.x
21+
8.0.x
22+
9.0.x
2023
- name: Restore dependencies
2124
run: |
2225
dotnet restore src/S7CommPlusDriver

0 commit comments

Comments
 (0)