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: strategy:
matrix: matrix:
include: include:
- nvim_tag: v0.8.0 - nvim_tag: v0.8.3
- nvim_tag: v0.8.1 - nvim_tag: v0.9.0
- nvim_tag: v0.8.2
name: Run tests name: Run tests
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04

View file

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