diff options
author | Horacio Sanson <hsanson@gmail.com> | 2022-06-29 13:17:00 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 13:17:00 +0900 |
commit | 16cca1413f6492a2bec1c036f1a0aa66c8219b34 (patch) | |
tree | 8f8eac91d8689fda2ada46f4633c6fe0caec1887 /Dockerfile | |
parent | 39d1a1058908396be61579a13e75a272cc527c57 (diff) | |
download | ale-16cca1413f6492a2bec1c036f1a0aa66c8219b34.zip |
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
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ FROM testbed/vim:20 RUN install_vim -tag v8.0.0027 -build \ -tag v8.2.4693 -build \ -tag neovim:v0.2.0 -build \ - -tag neovim:v0.6.1 -build + -tag neovim:v0.7.0 -build ENV PACKAGES="\ bash \ |