chore: run tests on neovim v0.6.0

This commit is contained in:
Steven Arcangeli 2021-11-30 12:38:11 -08:00
parent 41a44a6913
commit 30edcca39a

View file

@ -6,7 +6,7 @@ jobs:
run_tests:
strategy:
matrix:
nvim_tag: [v0.5.0, v0.5.1]
nvim_tag: [v0.5.0, v0.5.1, v0.6.0]
name: Run tests
runs-on: ubuntu-latest