Skip to content

Commit

Permalink
ci: run tests on neovim 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Jan 14, 2022
1 parent d5918d0 commit 15e4d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15e4d5a

Please sign in to comment.