Bump CLI version to 2.11.5 for integration tests (#1855)

This commit is contained in:
Angela P Wen
2022-12-09 10:33:29 +01:00
committed by GitHub
parent abbebd3d42
commit 698b6ad0e4
2 changed files with 2 additions and 2 deletions

View File

@@ -185,7 +185,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
version: ['v2.7.6', 'v2.8.5', 'v2.9.4', 'v2.10.5', 'v2.11.4', 'nightly']
version: ['v2.7.6', 'v2.8.5', 'v2.9.4', 'v2.10.5', 'v2.11.5', 'nightly']
fail-fast: false
env:
CLI_VERSION: ${{ matrix.version }}

View File

@@ -38,7 +38,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.11.4";
const CLI_VERSION = process.env.CLI_VERSION || "v2.11.5";
process.env.CLI_VERSION = CLI_VERSION;
// Base dir where CLIs will be downloaded into