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