Skip to content

Commit 0d6587c

Browse files
committed
Update workflows to instal 10 sdk as well
1 parent 4e99ab0 commit 0d6587c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/actions/enumerate-tests/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ runs:
2828
with:
2929
dotnet-version: |
3030
9.x
31+
10.x
3132
3233
- name: Get list of integration tests
3334
if: ${{ inputs.includeIntegrations }}

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
dotnet-version: |
8484
8.x
8585
9.x
86+
10.x
8687
8788
- name: Trust HTTPS development certificate (Linux)
8889
if: inputs.os == 'ubuntu-latest'

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818

19-
- name: Setup .NET 9
19+
- name: Setup .NET 10
2020
uses: actions/setup-dotnet@b2ace4b12f4cec1b96b6361ff2694ba9e931ceb4 # v3.3.1
2121
with:
22-
dotnet-version: "9.0.x"
22+
dotnet-version: "10.0.x"
2323

2424
- name: Restore solution
2525
run: ./build.sh -restore

0 commit comments

Comments
 (0)