File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2828 with :
2929 dotnet-version : |
3030 9.x
31+ 10.x
3132
3233 - name : Get list of integration tests
3334 if : ${{ inputs.includeIntegrations }}
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments