From 16cca1413f6492a2bec1c036f1a0aa66c8219b34 Mon Sep 17 00:00:00 2001 From: Horacio Sanson Date: Wed, 29 Jun 2022 13:17:00 +0900 Subject: 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 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3