Skip to content

Commit dd0815c

Browse files
committed
chore: Adjust workloads for tests
1 parent 931d6af commit dd0815c

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ jobs:
9999
- name: Setup .NET
100100
uses: actions/setup-dotnet@v4
101101
with:
102-
dotnet-version: '9.0.100'
102+
dotnet-version: |
103+
8.0.x
104+
9.0.100
103105
104106
- run: |
105107
ubuntu_release=`lsb_release -rs`
@@ -184,7 +186,9 @@ jobs:
184186
- name: Setup .NET
185187
uses: actions/setup-dotnet@v4
186188
with:
187-
dotnet-version: '9.0.100'
189+
dotnet-version: |
190+
8.0.x
191+
9.0.100
188192
189193
- name: Download Artifact
190194
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)