Skip to content

Commit

Permalink
Add .NET 8 SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Nov 18, 2023
1 parent ea20632 commit bdeb238
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BuildGitHubAgentsUbuntuLatest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
sdk: ['6.0', '7.0']
sdk: ['6.0', '7.0', '8.0']
steps:
- if: github.ref == 'refs/heads/main'
name: Login to DockerHub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/BuildGitHubAgentsUbuntuLatestFocal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
sdk: ['6.0', '7.0']
sdk: ['6.0', '7.0', '8.0']
steps:
- if: github.ref == 'refs/heads/main'
name: Login to DockerHub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/BuildGitHubAgentsUbuntuLatestJammy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
sdk: ['6.0', '7.0']
sdk: ['6.0', '7.0', '8.0']
steps:
- if: github.ref == 'refs/heads/main'
name: Login to DockerHub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/BuildGitHubAgentsUbuntuLatestMariner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
sdk: ['6.0', '7.0']
sdk: ['6.0', '7.0', '8.0']
steps:
- if: github.ref == 'refs/heads/main'
name: Login to DockerHub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/BuildGitHubAgentsWin2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-2022]
sdk: ['6.0', '7.0']
sdk: ['6.0', '7.0', '8.0']
steps:
- if: github.ref == 'refs/heads/main'
name: Login to DockerHub
Expand Down

0 comments on commit bdeb238

Please sign in to comment.