breaking: bump nvim version requirement to 0.5.1 (#1406)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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.0/nvim-linux64.tar.gz
|
||||
url: https://github.com/neovim/neovim/releases/download/v0.5.1/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.0/nvim-macos.tar.gz
|
||||
url: https://github.com/neovim/neovim/releases/download/v0.5.1/nvim-macos.tar.gz
|
||||
manager: brew
|
||||
packages: fd
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user