Skip to content

Commit 7e8fa5c

Browse files
authored
Bump CLI version to 2.11.3 for integration tests (#1752)
1 parent 0d15768 commit 7e8fa5c

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
@@ -144,7 +144,7 @@ jobs:
144144
strategy:
145145
matrix:
146146
os: [ubuntu-latest, windows-latest]
147-
version: ['v2.7.6', 'v2.8.5', 'v2.9.4', 'v2.10.5', 'v2.11.2', 'nightly']
147+
version: ['v2.7.6', 'v2.8.5', 'v2.9.4', 'v2.10.5', 'v2.11.3', 'nightly']
148148
env:
149149
CLI_VERSION: ${{ matrix.version }}
150150
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
@@ -35,7 +35,7 @@ const _10MB = _1MB * 10;
3535

3636
// CLI version to test. Hard code the latest as default. And be sure
3737
// to update the env if it is not otherwise set.
38-
const CLI_VERSION = process.env.CLI_VERSION || 'v2.11.2';
38+
const CLI_VERSION = process.env.CLI_VERSION || 'v2.11.3';
3939
process.env.CLI_VERSION = CLI_VERSION;
4040

4141
// Base dir where CLIs will be downloaded into

0 commit comments

Comments
 (0)