From d4bd92cdd6a8daa82eccaccf8a881966636b0b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Jel=C3=ADnek?= Date: Fri, 9 Jun 2023 13:14:57 +0200 Subject: [PATCH] Bump 'max' placeholder to latest vscode 1.79.0 (#838) Signed-off-by: Dominik Jelinek --- .github/workflows/main.yml | 2 +- src/extester.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 34dd0e8a0..c4f89de32 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - version: [ min, 1.77.3, max ] + version: [ min, 1.78.2, max ] fail-fast: false env: diff --git a/src/extester.ts b/src/extester.ts index ad018d2f2..554037e2c 100644 --- a/src/extester.ts +++ b/src/extester.ts @@ -26,8 +26,8 @@ export const DEFAULT_SETUP_OPTIONS = { installDependencies: false } -export const VSCODE_VERSION_MIN = '1.76.2'; -export const VSCODE_VERSION_MAX = '1.78.2'; +export const VSCODE_VERSION_MIN = '1.77.3'; +export const VSCODE_VERSION_MAX = '1.79.0'; /** * VSCode Extension Tester