From a121a3c014145f3b2c62d969abe5fa568fafa7de Mon Sep 17 00:00:00 2001
From: Johann150 <johann.galle@protonmail.com>
Date: Mon, 8 Jan 2024 20:00:21 +0100
Subject: [PATCH] fix CI workflow for minimum LSP types version

This was forgotten in commit c7f333e44ffd3c35e1da402dd3ca0d1522c52858.
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6900c213..d19304d3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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:
@@ -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: