Skip to content

Commit c4edf63

Browse files
committed
And now force 8 onto the runner for tests
1 parent 24cb248 commit c4edf63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939

4040
- name: 'Setup .NET SDK'
4141
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
42+
with:
43+
dotnet-version: |
44+
8.0.x
45+
9.0.x
4246
4347
- name: 'Restore external dependencies'
4448
run: dotnet restore

0 commit comments

Comments
 (0)