chore(ci): add Neovim 0.7 to build matrix

This commit is contained in:
Lewis Russell 2022-04-15 16:50:27 +01:00 committed by Lewis Russell
parent 683c0b4ceb
commit 64ecd6d8d1

View File

@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: true
matrix:
neovim_branch: ['v0.6.1', 'master']
neovim_branch: ['v0.6.1', 'v0.7.0', 'master']
# The type of runner that the job will run on
runs-on: ubuntu-latest
env: