mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-01 23:55:33 +08:00
Fix 4324 - add neovim 0.8 test (#4325)
* Fix 4324 - add neovim 0.8 test * Update vim testbed image * Update documentation Co-authored-by: w0rp <w0rp@users.noreply.github.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
FROM testbed/vim:20
|
||||
FROM testbed/vim:24
|
||||
|
||||
RUN install_vim -tag v8.0.0027 -build \
|
||||
-tag v9.0.0133 -build \
|
||||
-tag neovim:v0.2.0 -build \
|
||||
-tag neovim:v0.7.0 -build
|
||||
-tag neovim:v0.8.0 -build
|
||||
|
||||
ENV PACKAGES="\
|
||||
bash \
|
||||
|
||||
Reference in New Issue
Block a user