Skip to content

Commit 0d56194

Browse files
committed
Fix workflows
Signed-off-by: Alireza Poodineh <[email protected]>
1 parent 815eff7 commit 0d56194

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
dotnet-version: |
6868
6.0.x
6969
8.0.x
70+
9.0.x
7071
7172
- name: Install dependencies
7273
run: |

.github/workflows/core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
dotnet-version: |
5050
6.0.x
5151
8.0.x
52+
9.0.x
5253
- name: Install dependencies
5354
run: |
5455
dotnet nuget update source github -u Aeliux -p ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text

0 commit comments

Comments
 (0)