doc!: drop support for nvim <0.8

This commit is contained in:
Steven Arcangeli 2022-10-19 07:03:03 -07:00
parent 832024bdcc
commit e633b81650
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
include:
- nvim_tag: v0.7.2
- nvim_tag: v0.8.0
name: Run tests
runs-on: ubuntu-latest

View file

@ -11,7 +11,7 @@ jobs:
- name: Install Neovim and dependencies
env:
NVIM_TAG: v0.7.2
NVIM_TAG: v0.8.0
run: |
bash ./.github/workflows/install_nvim.sh