Skip to content

Commit 05f2465

Browse files
authored
Update dotnet-build.yml
1 parent 660d12f commit 05f2465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
max-parallel: 2
2929
matrix:
3030
include:
31-
- { dotnet: "8.0.x", os: "ubuntu-latest", configuration: Debug }
32-
- { dotnet: "8.0.x", os: "ubuntu-latest", configuration: Release }
31+
- { dotnet: "9.0.x", os: "ubuntu-latest", configuration: Debug }
32+
- { dotnet: "9.0.x", os: "ubuntu-latest", configuration: Release }
3333
runs-on: ${{ matrix.os }}
3434
steps:
3535
- name: Check out source

0 commit comments

Comments
 (0)