ci: run tests on newer nvim versions
This commit is contained in:
parent
5bdee20d5d
commit
873ea3b85d
2 changed files with 3 additions and 4 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
|
@ -35,9 +35,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- nvim_tag: v0.8.0
|
||||
- nvim_tag: v0.8.1
|
||||
- nvim_tag: v0.8.2
|
||||
- nvim_tag: v0.8.3
|
||||
- nvim_tag: v0.9.0
|
||||
|
||||
name: Run tests
|
||||
runs-on: ubuntu-22.04
|
||||
|
|
|
|||
2
.github/workflows/update-docs.yml
vendored
2
.github/workflows/update-docs.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
|
||||
- name: Install Neovim and dependencies
|
||||
env:
|
||||
NVIM_TAG: v0.8.1
|
||||
NVIM_TAG: v0.9.0
|
||||
run: |
|
||||
bash ./.github/workflows/install_nvim.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue