Skip to content

Commit

Permalink
Add CSharp12 to ParseOptionsHelperTest (#8075)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristian-ambrosini-sonarsource authored Sep 26, 2023
1 parent 37dcfc2 commit b8607d2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ public void ExpectedLanguageVersion()
CS.LanguageVersion.CSharp8,
CS.LanguageVersion.CSharp9,
CS.LanguageVersion.CSharp10,
CS.LanguageVersion.CSharp11
CS.LanguageVersion.CSharp11,
CS.LanguageVersion.CSharp12
});

vbVersions.Should().BeEquivalentTo(
Expand Down

0 comments on commit b8607d2

Please sign in to comment.