Skip to content

Commit 9deac73

Browse files
author
agile.zhou
committed
update workflow
1 parent 799d361 commit 9deac73

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

.github/workflows/arm32.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
dotnet-version: |
4545
8.0.x
4646
9.0.x
47+
10.0.x
4748
- name: Install dependencies
4849
run: dotnet restore
4950
- name: Build

.github/workflows/arm64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
dotnet-version: |
4545
8.0.x
4646
9.0.x
47+
10.0.x
4748
- name: Install dependencies
4849
run: dotnet restore
4950
- name: Build

.github/workflows/master-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
dotnet-version: |
3636
8.0.x
3737
9.0.x
38+
10.0.x
3839
- name: Restore dependencies
3940
run: dotnet restore
4041
- name: Build

.github/workflows/master-pr-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
dotnet-version: |
3636
8.0.x
3737
9.0.x
38+
10.0.x
3839
- name: Restore dependencies
3940
run: dotnet restore
4041
- name: Build

.github/workflows/mysqlconnector.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
dotnet-version: |
4545
8.0.x
4646
9.0.x
47+
10.0.x
4748
- name: Install dependencies
4849
run: dotnet restore
4950
- name: Build

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
dotnet-version: |
4444
8.0.x
4545
9.0.x
46+
10.0.x
4647
- name: Install dependencies
4748
run: dotnet restore
4849
- name: Build

.github/workflows/release-xxx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
dotnet-version: |
4444
8.0.x
4545
9.0.x
46+
10.0.x
4647
- name: Install dependencies
4748
run: dotnet restore
4849
- name: Build

0 commit comments

Comments
 (0)