Skip to content

Commit

Permalink
Bump 'max' placeholder to latest vscode 1.78.2 (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
djelinek authored May 16, 2023
1 parent 4999f24 commit 10f9755
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 ]
version: [ min, 1.74.3, 1.75.1, 1.76.2, max ]
version: [ min, 1.75.1, 1.76.2, 1.77.3, max ]
include:
- os: macos-latest
version: max
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.72.2';
export const VSCODE_VERSION_MAX = '1.77.3';
export const VSCODE_VERSION_MIN = '1.74.3';
export const VSCODE_VERSION_MAX = '1.78.2';

/**
* VSCode Extension Tester
Expand Down

0 comments on commit 10f9755

Please sign in to comment.