Skip to content

Commit f661386

Browse files
authored
Bump CLI version to 2.11.4 for integration tests (#1794)
1 parent b10cb77 commit f661386

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.3', 'nightly']
188+
version: ['v2.7.6', 'v2.8.5', 'v2.9.4', 'v2.10.5', 'v2.11.4', 'nightly']
189189
env:
190190
CLI_VERSION: ${{ matrix.version }}
191191
NIGHTLY_URL: ${{ needs.find-nightly.outputs.url }}

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

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

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

4545
// Base dir where CLIs will be downloaded into

0 commit comments

Comments
 (0)