summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJulian Fricker <402357+TC72@users.noreply.github.com>2021-11-04 06:20:17 +0000
committerGitHub <noreply@github.com>2021-11-04 07:20:17 +0100
commit6a8fbb53e01f9c523a68fb1eb06a346e43db720d (patch)
tree61ef1531b3450c651cd458a9767341f1282d0c75 /.github
parent587a10d1494d8ffa1229246228f0655db2f0a48a (diff)
breaking: bump nvim version requirement to 0.5.1 (#1406)
Diffstat (limited to '.github')
-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 54a05d9..987b938 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.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: