Skip to content

Commit

Permalink
Remove support for CodeQL CLI versions older than v2.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
charisk committed Jan 6, 2025
1 parent bda74b8 commit d0f923f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion extensions/ql-vscode/src/codeql-cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,7 @@ function shouldDebugCliServer() {
export class CliVersionConstraint {
// The oldest version of the CLI that we support. This is used to determine
// whether to show a warning about the CLI being too old on startup.
public static OLDEST_SUPPORTED_CLI_VERSION = new SemVer("2.16.6");
public static OLDEST_SUPPORTED_CLI_VERSION = new SemVer("2.18.4");

constructor(private readonly cli: CodeQLCliServer) {
/**/
Expand Down
2 changes: 0 additions & 2 deletions extensions/ql-vscode/supported_cli_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
"v2.19.4",
"v2.19.3",
"v2.18.4",
"v2.17.6",
"v2.16.6",
"nightly"
]

0 comments on commit d0f923f

Please sign in to comment.