ci: run tests on neovim 0.6.1

This commit is contained in:
Steven Arcangeli 2022-01-14 13:12:41 -08:00
parent d5918d0475
commit 15e4d5a5bb
1 changed files with 1 additions and 1 deletions

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