Skip to content

Commit 2d4d510

Browse files
chore(deps): Add dotnet 8 to ci (#257)
## This PR Adds dotnet 8 to ci automation to fix renovate dotnet update Should fix this PR: #218 Signed-off-by: Jens Henneberg <[email protected]>
1 parent cbdaa91 commit 2d4d510

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
dotnet-version: |
3434
6.0.x
3535
7.0.x
36+
8.0.x
3637
source-url: https://nuget.pkg.github.com/open-feature/index.json
3738

3839
- name: Restore
@@ -68,6 +69,7 @@ jobs:
6869
dotnet-version: |
6970
6.0.x
7071
7.0.x
72+
8.0.x
7173
source-url: https://nuget.pkg.github.com/open-feature/index.json
7274

7375
- name: Restore

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
dotnet-version: |
3232
6.0.x
3333
7.0.x
34+
8.0.x
3435
source-url: https://nuget.pkg.github.com/open-feature/index.json
3536

3637
- name: Run Test

.github/workflows/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
dotnet-version: |
2727
6.0.x
2828
7.0.x
29+
8.0.x
2930
source-url: https://nuget.pkg.github.com/open-feature/index.json
3031

3132
- name: Initialize Tests

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
dotnet-version: |
3939
6.0.x
4040
7.0.x
41+
8.0.x
4142
source-url: https://nuget.pkg.github.com/open-feature/index.json
4243

4344
- name: Install dependencies

0 commit comments

Comments
 (0)