Skip to content

Commit 7a56194

Browse files
committed
chore: add different neovim versions to the ci tests
1 parent 08ce53f commit 7a56194

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest]
17+
nvim-version: [stable, nightly]
1718
steps:
1819
- name: checkout
1920
uses: actions/checkout@v5
2021

2122
- uses: rhysd/action-setup-vim@v1
2223
with:
2324
neovim: true
25+
version: ${{ matrix.nvim-version }}
2426

2527
- name: Run tests
2628
run: make test

0 commit comments

Comments
 (0)