Skip to content

Commit

Permalink
Add CI for roslyn 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou committed Oct 27, 2023
1 parent 6a51c4d commit dedf49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
matrix:
runs-on: [ ubuntu-latest, windows-latest ]
configuration: [ Debug, Release ]
roslyn-version: [ 'roslyn3.8', 'roslyn4.2', 'roslyn4.4', 'default' ]
roslyn-version: [ 'roslyn3.8', 'roslyn4.2', 'roslyn4.4', 'roslyn4.6', 'default' ]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit dedf49d

Please sign in to comment.