Skip to content

Commit fcb8145

Browse files
author
Alex Peck
committed
build scripts
1 parent 7b53e0c commit fcb8145

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/benchpr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
dotnet-version: |
2626
6.0.x
2727
8.0.x
28+
9.0.x
2829
- name: Install dependencies
2930
run: dotnet restore
3031
- name: Build
@@ -60,6 +61,7 @@ jobs:
6061
dotnet-version: |
6162
6.0.x
6263
8.0.x
64+
9.0.x
6365
- name: Install dependencies
6466
run: dotnet restore
6567
- name: Build
@@ -84,6 +86,7 @@ jobs:
8486
dotnet-version: |
8587
6.0.x
8688
8.0.x
89+
9.0.x
8790
- name: Install dependencies
8891
run: dotnet restore
8992
- name: Build

.github/workflows/gate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
3.1.x
2525
6.0.x
2626
8.0.x
27+
9.0.x
2728
- name: Install dependencies
2829
run: dotnet restore
2930
- name: Build
@@ -98,6 +99,7 @@ jobs:
9899
dotnet-version: |
99100
6.0.x
100101
8.0.x
102+
9.0.x
101103
- name: Install dependencies
102104
run: dotnet restore
103105
- name: Build
@@ -139,6 +141,7 @@ jobs:
139141
dotnet-version: |
140142
6.0.x
141143
8.0.x
144+
9.0.x
142145
- name: Install dependencies
143146
run: dotnet restore
144147
- name: Build

0 commit comments

Comments
 (0)