Skip to content

Commit 4ef8479

Browse files
committed
update workflow configs
1 parent 0879667 commit 4ef8479

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
dotnet: [ '6.0.x', '8.0.x' ]
16+
dotnet: [ '8.0.x' ]
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Setup .NET

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup dotnet
1414
uses: actions/setup-dotnet@v4
1515
with:
16-
dotnet-version: '6.0.x'
16+
dotnet-version: '8.0.x'
1717

1818
# Publish
1919
- name: publish on version change

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Dotnet Setup
3737
uses: actions/setup-dotnet@v4
3838
with:
39-
dotnet-version: '6.x'
39+
dotnet-version: '8.x'
4040
- run: dotnet tool update -g docfx
4141
- run: dotnet build
4242
- run: docfx docfx.json

0 commit comments

Comments
 (0)