diff options
| author | Simon Hauser <Simon-Hauser@outlook.de> | 2022-04-22 16:08:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-22 16:08:56 +0200 |
| commit | 5a58b1f53577a8e124d703b5f8f3a29d07416753 (patch) | |
| tree | 220b9bac5864812ddec932f3efbf8c513aaf8f63 /.github | |
| parent | d88094fbfd84b297178252230f6faf0e7d2f7650 (diff) | |
break: bump minimum required neovim version to 0.7 (#1851)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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: |
