Skip to content

Commit afdc816

Browse files
authored
Merge pull request #1554 from github/aeisenberg/bump-to-2.11.0-cli
Update tests to v2.11.0
2 parents ea022f4 + 48ced51 commit afdc816

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
@@ -139,7 +139,7 @@ jobs:
139139
strategy:
140140
matrix:
141141
os: [ubuntu-latest, windows-latest]
142-
version: ['v2.6.3', 'v2.7.6', 'v2.8.5', 'v2.9.4', 'v2.10.5', 'nightly']
142+
version: ['v2.6.3', 'v2.7.6', 'v2.8.5', 'v2.9.4', 'v2.10.5', 'v2.11.0', 'nightly']
143143
env:
144144
CLI_VERSION: ${{ matrix.version }}
145145
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
@@ -44,7 +44,7 @@ const _10MB = _1MB * 10;
4444

4545
// CLI version to test. Hard code the latest as default. And be sure
4646
// to update the env if it is not otherwise set.
47-
const CLI_VERSION = process.env.CLI_VERSION || 'v2.10.5';
47+
const CLI_VERSION = process.env.CLI_VERSION || 'v2.11.0';
4848
process.env.CLI_VERSION = CLI_VERSION;
4949

5050
// Base dir where CLIs will be downloaded into

0 commit comments

Comments
 (0)