Skip to content

Commit 85ff45a

Browse files
authored
C++: Set minimum version for CppTrapCachingEnabled FF.
1 parent 0833961 commit 85ff45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/feature-flags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const featureConfig: Record<
7171
},
7272
[Feature.CppTrapCachingEnabled]: {
7373
envVar: "CODEQL_CPP_TRAP_CACHING",
74-
minimumVersion: undefined,
74+
minimumVersion: "2.16.1",
7575
defaultValue: false,
7676
},
7777
[Feature.DisableKotlinAnalysisEnabled]: {

0 commit comments

Comments
 (0)