From bc24d6e093ef863972ec717bd49824ed32d40e98 Mon Sep 17 00:00:00 2001 From: William Boman Date: Tue, 22 Oct 2024 19:32:06 +0200 Subject: [PATCH] fix: update required nvim version to >= 0.9.0 nvim-lspconfig has a hard dependency on nvim >= 0.9.0. Note that mason-lspconfig itself does not, it still supports >= 0.7.0 by itself. Co-Authored-By: Micah Halter --- .github/workflows/tests.yml | 7 +------ README.md | 2 +- doc/mason-lspconfig.txt | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0e4e2fb67..844868f81 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,12 +14,6 @@ jobs: fail-fast: false matrix: nvim_version: - - v0.7.0 - - v0.7.2 - - v0.8.0 - - v0.8.1 - - v0.8.2 - - v0.8.3 - v0.9.0 - v0.9.1 - v0.9.2 @@ -27,6 +21,7 @@ jobs: - v0.9.5 - v0.10.0 - v0.10.1 + - v0.10.2 runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index fa1bbb01d..97af4d608 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ table for a complete mapping.](./doc/server-mapping.md)** > `:h mason-lspconfig-requirements` -- neovim `>= 0.7.0` +- neovim `>= 0.9.0` - `mason.nvim` - `lspconfig` diff --git a/doc/mason-lspconfig.txt b/doc/mason-lspconfig.txt index a20b876b0..e7392ac04 100644 --- a/doc/mason-lspconfig.txt +++ b/doc/mason-lspconfig.txt @@ -1,6 +1,6 @@ *mason-lspconfig.nvim* -Minimum version of neovim: 0.7.0 +Minimum version of neovim: 0.9.0 Author: William Boman Type |gO| to see the table of contents.