Skip to content

Commit 9719968

Browse files
committed
Remove support for CLI v2.20.4
1 parent db8290b commit 9719968

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

extensions/ql-vscode/src/codeql-cli/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import type { LanguageClient } from "vscode-languageclient/node";
4545
* The oldest version of the CLI that we support. This is used to determine
4646
* whether to show a warning about the CLI being too old on startup.
4747
*/
48-
export const OLDEST_SUPPORTED_CLI_VERSION = new SemVer("2.20.7");
48+
export const OLDEST_SUPPORTED_CLI_VERSION = new SemVer("2.21.4");
4949

5050
/**
5151
* The version of the SARIF format that we are using.

extensions/ql-vscode/supported_cli_versions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"v2.23.9",
44
"v2.22.4",
55
"v2.21.4",
6-
"v2.20.7",
76
"nightly"
87
]

0 commit comments

Comments
 (0)