Update minimum supported NeoVim version to 0.6.0

Stop officially supporting NeoVim versions below 0.6.0, without
necessarily breaking ALE for people using older versions.
This commit is contained in:
w0rp
2023-09-07 19:59:05 +01:00
parent 14350dbb0d
commit 108e858d61
8 changed files with 66 additions and 71 deletions

View File

@@ -28,7 +28,7 @@ jobs:
vim-version:
- '--vim-80-only'
- '--vim-90-only'
- '--neovim-02-only'
- '--neovim-06-only'
- '--neovim-08-only'
- '--linters-only'
steps: