Update CLI version used in tests
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -135,7 +135,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
version: ['v2.3.3', 'v2.4.6', 'v2.5.9', 'v2.6.3', 'v2.7.6', 'v2.8.5', 'v2.9.0', 'nightly']
|
version: ['v2.3.3', 'v2.4.6', 'v2.5.9', 'v2.6.3', 'v2.7.6', 'v2.8.5', 'v2.9.1', 'nightly']
|
||||||
env:
|
env:
|
||||||
CLI_VERSION: ${{ matrix.version }}
|
CLI_VERSION: ${{ matrix.version }}
|
||||||
NIGHTLY_URL: ${{ needs.find-nightly.outputs.url }}
|
NIGHTLY_URL: ${{ needs.find-nightly.outputs.url }}
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ const _10MB = _1MB * 10;
|
|||||||
|
|
||||||
// CLI version to test. Hard code the latest as default. And be sure
|
// CLI version to test. Hard code the latest as default. And be sure
|
||||||
// to update the env if it is not otherwise set.
|
// to update the env if it is not otherwise set.
|
||||||
const CLI_VERSION = process.env.CLI_VERSION || 'v2.9.0';
|
const CLI_VERSION = process.env.CLI_VERSION || 'v2.9.1';
|
||||||
process.env.CLI_VERSION = CLI_VERSION;
|
process.env.CLI_VERSION = CLI_VERSION;
|
||||||
|
|
||||||
// Base dir where CLIs will be downloaded into
|
// Base dir where CLIs will be downloaded into
|
||||||
|
|||||||
Reference in New Issue
Block a user