Add neovim 0.5 to list of test runtimes. (#3830)

* Add neovim 0.5 to list of test runtimes.

* Update testbed docker image

Co-authored-by: Horacio Sanson <horacio@allm.inc>
This commit is contained in:
Horacio Sanson
2021-08-05 08:41:34 +09:00
committed by GitHub
parent 2dd9790281
commit 3ba40b4316
3 changed files with 30 additions and 9 deletions

View File

@@ -30,6 +30,7 @@ jobs:
- '--vim-82-only'
- '--neovim-02-only'
- '--neovim-04-only'
- '--neovim-05-only'
- '--linters-only'
steps:
- uses: actions/checkout@v2