Skip to content

Commit

Permalink
Bump 'max' placeholder to latest vscode 1.79.0 (#838)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek authored Jun 9, 2023
1 parent 8feb559 commit d4bd92c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions src/extester.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4bd92c

Please sign in to comment.