From 5a58b1f53577a8e124d703b5f8f3a29d07416753 Mon Sep 17 00:00:00 2001 From: Simon Hauser Date: Fri, 22 Apr 2022 16:08:56 +0200 Subject: break: bump minimum required neovim version to 0.7 (#1851) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7efcc2..e26ae9b 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.6.0/nvim-linux64.tar.gz + url: https://github.com/neovim/neovim/releases/download/v0.7.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.6.0/nvim-macos.tar.gz + url: https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-macos.tar.gz manager: brew packages: fd steps: -- cgit v1.2.3