We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0833961 commit 85ff45aCopy full SHA for 85ff45a
1 file changed
src/feature-flags.ts
@@ -71,7 +71,7 @@ export const featureConfig: Record<
71
},
72
[Feature.CppTrapCachingEnabled]: {
73
envVar: "CODEQL_CPP_TRAP_CACHING",
74
- minimumVersion: undefined,
+ minimumVersion: "2.16.1",
75
defaultValue: false,
76
77
[Feature.DisableKotlinAnalysisEnabled]: {
0 commit comments