mirror of
https://github.com/lewis6991/gitsigns.nvim
synced 2025-02-20 22:47:23 +00:00
chore(ci): add Neovim 0.7 to build matrix
This commit is contained in:
parent
683c0b4ceb
commit
64ecd6d8d1
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user