summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoracio Sanson <hsanson@gmail.com>2022-11-25 21:34:40 +0900
committerGitHub <noreply@github.com>2022-11-25 12:34:40 +0000
commit2cfbebdd597f3a9e0d42d9632229c1bbb9e80ba0 (patch)
tree1dcab141b81437f1cff4ee7ee4ce1d3e43a5c79b
parent590352304e49874c9598fd49b0ae5ff7ddbc854c (diff)
downloadale-2cfbebdd597f3a9e0d42d9632229c1bbb9e80ba0.zip
4242 update tests with vim 9 (#4366)
* Replace Vim 8.2 with Vim 9.0 in CI * Keep Windows tests on Vim 8.0 for now Co-authored-by: w0rp <w0rp@users.noreply.github.com>
-rw-r--r--doc/ale-development.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale-development.txt b/doc/ale-development.txt
index a0bba468..a24d4caa 100644
--- a/doc/ale-development.txt
+++ b/doc/ale-development.txt
@@ -154,10 +154,10 @@ ALE runs tests with the following versions of Vim in the following
environments.
1. Vim 8.0.0027 on Linux via GitHub Actions.
-2. Vim 8.2.4693 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 8 (stable builds) on Windows via AppVeyor.
+6. Vim 9 (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