aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2024-10-22 19:36:39 +0200
committerGitHub <noreply@github.com>2024-10-22 19:36:39 +0200
commitb9501106148f434a7ce528bca65725b60ea3e5d3 (patch)
tree6aae0872d450a05e59f1504bc1dbed9cd0ee5be4 /.github
parentchore(main): release 1.31.0 (#460) (diff)
downloadmason-lspconfig-b9501106148f434a7ce528bca65725b60ea3e5d3.tar
mason-lspconfig-b9501106148f434a7ce528bca65725b60ea3e5d3.tar.gz
mason-lspconfig-b9501106148f434a7ce528bca65725b60ea3e5d3.tar.bz2
mason-lspconfig-b9501106148f434a7ce528bca65725b60ea3e5d3.tar.lz
mason-lspconfig-b9501106148f434a7ce528bca65725b60ea3e5d3.tar.xz
mason-lspconfig-b9501106148f434a7ce528bca65725b60ea3e5d3.tar.zst
mason-lspconfig-b9501106148f434a7ce528bca65725b60ea3e5d3.zip
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 <micah@mehalter.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml7
1 files changed, 1 insertions, 6 deletions
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