Skip to content

Commit 698b6ad

Browse files
authored
Bump CLI version to 2.11.5 for integration tests (#1855)
1 parent abbebd3 commit 698b6ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
strategy:
186186
matrix:
187187
os: [ubuntu-latest, windows-latest]
188-
version: ['v2.7.6', 'v2.8.5', 'v2.9.4', 'v2.10.5', 'v2.11.4', 'nightly']
188+
version: ['v2.7.6', 'v2.8.5', 'v2.9.4', 'v2.10.5', 'v2.11.5', 'nightly']
189189
fail-fast: false
190190
env:
191191
CLI_VERSION: ${{ matrix.version }}

extensions/ql-vscode/src/vscode-tests/ensureCli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const _10MB = _1MB * 10;
3838

3939
// CLI version to test. Hard code the latest as default. And be sure
4040
// to update the env if it is not otherwise set.
41-
const CLI_VERSION = process.env.CLI_VERSION || "v2.11.4";
41+
const CLI_VERSION = process.env.CLI_VERSION || "v2.11.5";
4242
process.env.CLI_VERSION = CLI_VERSION;
4343

4444
// Base dir where CLIs will be downloaded into

0 commit comments

Comments
 (0)