Skip to content

Commit 923c794

Browse files
committed
bump workflows/test-v1.2.1
1 parent ebf2639 commit 923c794

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ jobs:
4747
fi
4848
4949
run-test:
50-
uses: smdn/Smdn.Fundamentals/.github/workflows/test.yml@workflows/test-v1.2.0
50+
uses: smdn/Smdn.Fundamentals/.github/workflows/test.yml@workflows/test-v1.2.1
5151
needs: prerequisites
5252
with:
5353
project: ${{ github.event.inputs.project }}
5454
os: ${{ github.event.inputs.os }}
5555
extra_options_common: '/p:TestReleasedPackage=true'
5656
verbose: ${{ fromJSON(needs.prerequisites.outputs.verbose) }}
5757
path_proj_install_project_assets: "eng/InstallProjectAssets.proj"
58-
dotnet_sdk_version: '6.0.200'
58+
dotnet_sdk_version: '8.0.100'
5959
timeout_minutes_test_job: 10
6060
timeout_hang: "[ {'OS':'windows','Timeout':'6min'}, {'OS':'macos','Timeout':'3min'}, {'OS':'','Timeout':'1min'} ]"
6161
timeout_vstest_connection: "[ {'OS':'windows','Timeout':360}, {'OS':'macos','Timeout':180}, {'OS':'','Timeout':60} ]"

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ jobs:
6161
fi
6262
6363
run-test:
64-
uses: smdn/Smdn.Fundamentals/.github/workflows/test.yml@workflows/test-v1.2.0
64+
uses: smdn/Smdn.Fundamentals/.github/workflows/test.yml@workflows/test-v1.2.1
6565
needs: prerequisites
6666
with:
6767
project: ${{ github.event.inputs.project }}
6868
os: ${{ needs.prerequisites.outputs.os }}
6969
verbose: ${{ fromJSON(needs.prerequisites.outputs.verbose) }}
7070
path_proj_install_project_assets: "eng/InstallProjectAssets.proj"
71-
dotnet_sdk_version: '6.0.200'
71+
dotnet_sdk_version: '8.0.100'
7272
timeout_minutes_test_job: 10
7373
timeout_hang: "[ {'OS':'windows','Timeout':'6min'}, {'OS':'macos','Timeout':'3min'}, {'OS':'','Timeout':'1min'} ]"
7474
timeout_vstest_connection: "[ {'OS':'windows','Timeout':360}, {'OS':'macos','Timeout':180}, {'OS':'','Timeout':60} ]"

0 commit comments

Comments
 (0)