diff options
author | Horacio Sanson <hsanson@gmail.com> | 2022-11-25 21:55:31 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-25 12:55:31 +0000 |
commit | cbf7045eee17f825e7ac4d4bf07efe0a3349810b (patch) | |
tree | 0d7fb36010ef4972ab4c5cd77aefb1c9dc27e161 /doc | |
parent | 2cfbebdd597f3a9e0d42d9632229c1bbb9e80ba0 (diff) | |
download | ale-cbf7045eee17f825e7ac4d4bf07efe0a3349810b.zip |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-development.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale-development.txt b/doc/ale-development.txt index a24d4caa..0f06642c 100644 --- a/doc/ale-development.txt +++ b/doc/ale-development.txt @@ -156,8 +156,8 @@ environments. 1. Vim 8.0.0027 on Linux via GitHub Actions. 2. Vim 9.0.0133 on Linux via GitHub Actions. 3. NeoVim 0.2.0 on Linux via GitHub Actions. -4. NeoVim 0.7.0 on Linux via GitHub Actions. -6. Vim 9 (stable builds) on Windows via AppVeyor. +4. NeoVim 0.8.0 on Linux via GitHub Actions. +6. Vim 8 (stable builds) on Windows via AppVeyor. If you are developing ALE code on Linux, Mac OSX, or BSD, you can run ALEs tests by installing Docker and running the `run-tests` script. Follow the |