Bump CLI version to 2.11.4 for integration tests (#1794)

This commit is contained in:
Shati Patel 2022-11-25 11:40:28 +00:00 коммит произвёл GitHub
Родитель b10cb7771e
Коммит f6613867d3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

2
.github/workflows/main.yml поставляемый
Просмотреть файл

@ -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.3', 'nightly']
version: ['v2.7.6', 'v2.8.5', 'v2.9.4', 'v2.10.5', 'v2.11.4', 'nightly']
env:
CLI_VERSION: ${{ matrix.version }}
NIGHTLY_URL: ${{ needs.find-nightly.outputs.url }}

Просмотреть файл

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