Skip to content

Commit

Permalink
Increase minimal VS Code version to test with
Browse files Browse the repository at this point in the history
With new feature of preference, some tests are failing with 1.82.3 on
CI. Updating to more recent version as we want to ensure only 2 versions
at least and only best effort for more

Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier authored and djelinek committed Apr 12, 2024
1 parent 2fdec2e commit dd10fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-13, windows-latest ]
version: [ "1.82.3", max ] # [ "x.x.x" | latest | max ]
version: [ "1.86.2", max ] # [ "x.x.x" | latest | max ]
type: [ stable ] # [ stable | insider ]
fail-fast: false
timeout-minutes: 25
Expand Down

0 comments on commit dd10fe3

Please sign in to comment.