From b9501106148f434a7ce528bca65725b60ea3e5d3 Mon Sep 17 00:00:00 2001 From: William Boman Date: Tue, 22 Oct 2024 19:36:39 +0200 Subject: fix: update required nvim version to >= 0.9.0 (#478) 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 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.github') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0e4e2fb..844868f 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 -- cgit v1.2.3-70-g09d2