Skip to content

Commit 6b044f5

Browse files
committed
fix: Readded net8 for raven tests
1 parent aa28e0d commit 6b044f5

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
@@ -29,6 +29,7 @@ jobs:
2929
uses: actions/setup-dotnet@v4
3030
with:
3131
dotnet-version: |
32+
8.0.x
3233
9.0.x
3334
3435
- name: Initialize CodeQL

.github/workflows/dotnet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: actions/setup-dotnet@v4
2626
with:
2727
dotnet-version: |
28+
8.0.x
2829
9.0.x
2930
- name: Restore dependencies
3031
run: dotnet restore

0 commit comments

Comments
 (0)