Skip to content

Commit

Permalink
Update .github/actions/TestPreprocessorSymbols/action.ps1
Browse files Browse the repository at this point in the history
Co-authored-by: Maria Zhelezova <[email protected]>
  • Loading branch information
aholstrup1 and mazhelez authored Dec 4, 2024
1 parent e21d7ef commit df91290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/TestPreprocessorSymbols/action.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if ($CurrentVersion -le 26) {

# Define the preprocessor symbols to check for
$symbolConfigs = @(
@{stem = "CLEAN"; lowerBound = (Get-MinAllowedCleantagVersion); upperBound = $mainVersion},
@{stem = "CLEAN"; lowerBound = (Get-MinAllowedCleanTagVersion); upperBound = $mainVersion},
@{stem = "CLEANSCHEMA"; lowerBound = $schemaLowerBound; upperBound = $mainVersion + 3} # next lowerbound, after cleanup should be 25, then
)

Expand Down

0 comments on commit df91290

Please sign in to comment.