We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f2465 commit c0b4e60Copy full SHA for c0b4e60
.github/workflows/dotnet-unit-tests.yml
@@ -30,8 +30,8 @@ jobs:
30
max-parallel: 2
31
matrix:
32
include:
33
- - { dotnet: "8.0.x", os: "ubuntu-latest" }
34
- - { dotnet: "8.0.x", os: "windows-latest" }
+ - { dotnet: "9.0.x", os: "ubuntu-latest" }
+ - { dotnet: "9.0.x", os: "windows-latest" }
35
runs-on: ${{ matrix.os }}
36
steps:
37
- name: Check out source
0 commit comments