diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2026-03-31 11:14:37 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2026-04-01 14:59:03 +0200 |
| commit | 90cd6580e720caedacb91fdd587b747a6e77d61f (patch) | |
| tree | 1da56f5d07820d6daa6b63b04883163ee89a68da /.github | |
| parent | bot(parsers): update beancount, gotmpl, heex, helm, idl, javadoc, jinja, jinj... (diff) | |
| download | nvim-treesitter-90cd6580e720caedacb91fdd587b747a6e77d61f.tar nvim-treesitter-90cd6580e720caedacb91fdd587b747a6e77d61f.tar.gz nvim-treesitter-90cd6580e720caedacb91fdd587b747a6e77d61f.tar.bz2 nvim-treesitter-90cd6580e720caedacb91fdd587b747a6e77d61f.tar.lz nvim-treesitter-90cd6580e720caedacb91fdd587b747a6e77d61f.tar.xz nvim-treesitter-90cd6580e720caedacb91fdd587b747a6e77d61f.tar.zst nvim-treesitter-90cd6580e720caedacb91fdd587b747a6e77d61f.zip | |
tests: add stable Nvim
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test-core.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-core.yml b/.github/workflows/test-core.yml index 3a0b3cffa..0910099c6 100644 --- a/.github/workflows/test-core.yml +++ b/.github/workflows/test-core.yml @@ -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' }} |
