ci: run tests on neovim 0.6.1

This commit is contained in:
Steven Arcangeli 2022-01-14 13:10:55 -08:00
parent 7feecc6f47
commit 6929ba495b

View file

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