tests: add stable Nvim

This commit is contained in:
Christian Clason 2026-03-31 11:14:37 +02:00 committed by Christian Clason
parent 7caec274fd
commit 90cd6580e7
2 changed files with 5 additions and 4 deletions

View file

@ -15,8 +15,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
nvim_tag: [nightly]
name: ${{ matrix.os }}
nvim_tag: [stable, nightly]
name: ${{matrix.nvim_tag}} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
NVIM: ${{ matrix.os == 'windows-latest' && 'nvim-win64\\bin\\nvim.exe' || 'nvim' }}