Merge pull request #1176 from github/bump-cli

Bump CLI version in integration tests
This commit is contained in:
Andrew Eisenberg 2022-03-01 08:15:05 -08:00 коммит произвёл GitHub
Родитель b54cc27cab c9ca1ee7b3
Коммит 95d93eeb61
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -135,7 +135,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
version: ['v2.3.3', 'v2.4.6', 'v2.5.9', 'v2.6.3', 'v2.7.6', 'v2.8.1', 'nightly']
version: ['v2.3.3', 'v2.4.6', 'v2.5.9', 'v2.6.3', 'v2.7.6', 'v2.8.2', 'nightly']
env:
CLI_VERSION: ${{ matrix.version }}
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
// to update the env if it is not otherwise set.
const CLI_VERSION = process.env.CLI_VERSION || 'v2.8.1';
const CLI_VERSION = process.env.CLI_VERSION || 'v2.8.2';
process.env.CLI_VERSION = CLI_VERSION;
// Base dir where CLIs will be downloaded into