From 26ccde9e7d9f48c407d41b85e483b378023d69d4 Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Wed, 3 Aug 2022 09:03:57 +0200 Subject: [PATCH] Bump CLI version to 2.10.2 for integration tests --- .github/workflows/main.yml | 2 +- extensions/ql-vscode/src/vscode-tests/ensureCli.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4bd9273de..74e7f17ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -139,7 +139,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - version: ['v2.6.3', 'v2.7.6', 'v2.8.5', 'v2.9.4', 'v2.10.1', 'nightly'] + version: ['v2.6.3', 'v2.7.6', 'v2.8.5', 'v2.9.4', 'v2.10.2', 'nightly'] env: CLI_VERSION: ${{ matrix.version }} NIGHTLY_URL: ${{ needs.find-nightly.outputs.url }} diff --git a/extensions/ql-vscode/src/vscode-tests/ensureCli.ts b/extensions/ql-vscode/src/vscode-tests/ensureCli.ts index e4d570a20..bc3dc3994 100644 --- a/extensions/ql-vscode/src/vscode-tests/ensureCli.ts +++ b/extensions/ql-vscode/src/vscode-tests/ensureCli.ts @@ -44,7 +44,7 @@ const _10MB = _1MB * 10; // CLI version to test. Hard code the latest as default. And be sure // to update the env if it is not otherwise set. -const CLI_VERSION = process.env.CLI_VERSION || 'v2.10.1'; +const CLI_VERSION = process.env.CLI_VERSION || 'v2.10.2'; process.env.CLI_VERSION = CLI_VERSION; // Base dir where CLIs will be downloaded into