Skip to content

Commit

Permalink
fix CI workflow for minimum LSP types version
Browse files Browse the repository at this point in the history
This was forgotten in commit c7f333e.
  • Loading branch information
Johann150 committed Jan 8, 2024
1 parent c84116f commit a121a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
command: update
# NOTE: Keep up to date with the minimum version of `lsp-types`
# specified in `codespan-lsp/Cargo.toml`
args: --precise lsp-types:0.70
args: --precise 0.84.0 lsp-types
- name: Run cargo test for codespan-lsp
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
command: update
# NOTE: Keep up to date with the minimum version of `lsp-types`
# specified in `codespan-lsp/Cargo.toml`
args: --precise lsp-types:0.70
args: --precise 0.84.0 lsp-types
- name: Run cargo test for codespan-lsp
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit a121a3c

Please sign in to comment.