Update tests to use latest neovim 0.7 (#4180)

* Update tests to use latest neovim 0.7

* Update CI to use neovim 0.7

* Fix conflict
This commit is contained in:
Horacio Sanson
2022-06-29 13:17:00 +09:00
committed by GitHub
parent 39d1a10589
commit 16cca1413f
4 changed files with 14 additions and 15 deletions

View File

@@ -29,7 +29,7 @@ jobs:
- '--vim-80-only'
- '--vim-82-only'
- '--neovim-02-only'
- '--neovim-06-only'
- '--neovim-07-only'
- '--linters-only'
steps:
- uses: actions/checkout@v2