mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
tests: add stable Nvim
This commit is contained in:
parent
7caec274fd
commit
90cd6580e7
2 changed files with 5 additions and 4 deletions
4
.github/workflows/test-core.yml
vendored
4
.github/workflows/test-core.yml
vendored
|
|
@ -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' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue