Skip to content

Commit

Permalink
chore: remove dotnet 5.x from release matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bojidar-bg committed Oct 11, 2022
1 parent 7046e26 commit e143752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-agent-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet: ['5.0.x', '6.0.x']
dotnet: ['6.0.x']

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit e143752

Please sign in to comment.