Skip to content

Commit

Permalink
Bump 'max' placeholder to latest VS Code 1.83.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek committed Oct 5, 2023
1 parent 8f1a515 commit aae1da8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.15.0
node-version: 18.15.x
cache: npm

- name: Run Tests (macOS, windows)
Expand Down
4 changes: 2 additions & 2 deletions .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.81.1, max ]
version: [ min, 1.82.3, max ]
fail-fast: false

env:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.15.0
node-version: 18.15.x
cache: npm

- name: Run Tests (macOS, windows)
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.80.2';
export const VSCODE_VERSION_MAX = '1.82.3';
export const VSCODE_VERSION_MIN = '1.81.1';
export const VSCODE_VERSION_MAX = '1.83.0';

/**
* VSCode Extension Tester
Expand Down

0 comments on commit aae1da8

Please sign in to comment.