summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSimon Hauser <Simon-Hauser@outlook.de>2021-12-10 16:32:28 +0100
committerGitHub <noreply@github.com>2021-12-10 16:32:28 +0100
commit61240ac75a93b3cdafb4325ab4e9d407f83965f4 (patch)
tree76423432dc848be4e1c7a86ab37abb335c467794 /.github/workflows
parent80cdb00b221f69348afc4fb4b701f51eb8dd3120 (diff)
break: bump the minimum required neovim version to 0.6 or higher (#1549)
So we can use `vim.json` and `vim.diagnostics`. If you aren't able to update to 0.6.* yet you should pin the previous commit.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 987b938..a7efcc2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
manager: sudo apt-get
packages: -y fd-find
- os: ubuntu-20.04
- url: https://github.com/neovim/neovim/releases/download/v0.5.1/nvim-linux64.tar.gz
+ url: https://github.com/neovim/neovim/releases/download/v0.6.0/nvim-linux64.tar.gz
manager: sudo apt-get
packages: -y fd-find
- os: macos-10.15
@@ -23,7 +23,7 @@ jobs:
manager: brew
packages: fd
- os: macos-10.15
- url: https://github.com/neovim/neovim/releases/download/v0.5.1/nvim-macos.tar.gz
+ url: https://github.com/neovim/neovim/releases/download/v0.6.0/nvim-macos.tar.gz
manager: brew
packages: fd
steps: