ci: run tests on newer nvim versions

This commit is contained in:
Steven Arcangeli 2023-04-21 22:17:18 -07:00
parent 5bdee20d5d
commit 873ea3b85d
2 changed files with 3 additions and 4 deletions

View file

@ -35,9 +35,8 @@ jobs:
strategy:
matrix:
include:
- nvim_tag: v0.8.0
- nvim_tag: v0.8.1
- nvim_tag: v0.8.2
- nvim_tag: v0.8.3
- nvim_tag: v0.9.0
name: Run tests
runs-on: ubuntu-22.04

View file

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