Skip to content

Commit 16dccb9

Browse files
committed
feat(ci): add .NET 11.0 validation to CI workflows
1 parent 45f57e5 commit 16dccb9

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/pr-validation.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,10 @@ jobs:
3030
with:
3131
dotnet-version: '10.0.x'
3232
upload-test-results: true
33+
34+
validate-dotnet-11:
35+
name: Test on .NET 11.0
36+
uses: ./.github/workflows/build-and-test.yml
37+
with:
38+
dotnet-version: '11.0.x'
39+
upload-test-results: true

.github/workflows/release-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
8.0.x
3131
9.0.x
3232
10.0.x
33+
11.0.x
3334
3435
- name: Verify packages
3536
run: |

0 commit comments

Comments
 (0)