Skip to content

Commit b79d21a

Browse files
committed
test commit to ensure workflow works properly
1 parent 20e7626 commit b79d21a

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
@@ -190,7 +190,7 @@ jobs:
190190
strategy:
191191
matrix:
192192
os: [ubuntu-latest, windows-latest]
193-
version: ['v2.7.6', 'v2.8.5', 'v2.9.4', 'v2.10.5', 'v2.11.6', 'nightly']
193+
version: ['v2.7.6', 'v2.8.5', 'v2.9.4', 'v2.10.5', 'v2.11.5', 'nightly']
194194
fail-fast: false
195195
env:
196196
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.6";
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)