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 /.github | |
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 '.github')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6cb7acdd..4910a5ed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: - '--vim-80-only' - '--vim-90-only' - '--neovim-02-only' - - '--neovim-07-only' + - '--neovim-08-only' - '--linters-only' steps: - uses: actions/checkout@v2 |