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 abc3e4b commit 9e73f21Copy full SHA for 9e73f21
.github/workflows/test.yml
@@ -9,14 +9,14 @@ jobs:
9
runs-on: ${{ matrix.os }}
10
strategy:
11
matrix:
12
- os: [ windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04 ]
+ os: [ windows-2022, windows-2025, ubuntu-22.04, ubuntu-24.04 ]
13
dotnet: [6.0.x, 7.0.x]
14
steps:
15
- name: Checkout repo
16
uses: actions/checkout@v4
17
18
- name: Setup .NET
19
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
20
with:
21
dotnet-version: ${{ matrix.dotnet }}
22
0 commit comments