Skip to content

Commit c0b4e60

Browse files
authored
Update dotnet-unit-tests.yml
1 parent 05f2465 commit c0b4e60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
max-parallel: 2
3131
matrix:
3232
include:
33-
- { dotnet: "8.0.x", os: "ubuntu-latest" }
34-
- { dotnet: "8.0.x", os: "windows-latest" }
33+
- { dotnet: "9.0.x", os: "ubuntu-latest" }
34+
- { dotnet: "9.0.x", os: "windows-latest" }
3535
runs-on: ${{ matrix.os }}
3636
steps:
3737
- name: Check out source

0 commit comments

Comments
 (0)