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 /.github/workflows | |
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 '.github/workflows')
-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 f9ad338f..97d5cfd7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: - '--vim-80-only' - '--vim-82-only' - '--neovim-02-only' - - '--neovim-06-only' + - '--neovim-07-only' - '--linters-only' steps: - uses: actions/checkout@v2 |