mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -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
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
nvim_tag: [nightly]
|
nvim_tag: [stable, nightly]
|
||||||
name: ${{ matrix.os }}
|
name: ${{matrix.nvim_tag}} / ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
NVIM: ${{ matrix.os == 'windows-latest' && 'nvim-win64\\bin\\nvim.exe' || 'nvim' }}
|
NVIM: ${{ matrix.os == 'windows-latest' && 'nvim-win64\\bin\\nvim.exe' || 'nvim' }}
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ The `nvim-treesitter` plugin provides
|
||||||
For details on these and how to help improving them, see [CONTRIBUTING.md](./CONTRIBUTING.md).
|
For details on these and how to help improving them, see [CONTRIBUTING.md](./CONTRIBUTING.md).
|
||||||
|
|
||||||
>[!CAUTION]
|
>[!CAUTION]
|
||||||
> This is a full, incompatible, rewrite. If you can't or don't want to update, specify the [`master` branch](https://github.com/nvim-treesitter/nvim-treesitter/blob/master/README.md) (which is locked but will remain available for backward compatibility).
|
> This is a full, incompatible, rewrite: Treat this as a different plugin you need to set up from scratch following the instructions below. If you can't or don't want to update, specify the [`master` branch](https://github.com/nvim-treesitter/nvim-treesitter/blob/master/README.md) (which is locked but will remain available for backward compatibility with Nvim 0.11).
|
||||||
|
|
||||||
# Quickstart
|
# Quickstart
|
||||||
|
|
||||||
|
|
@ -23,8 +23,9 @@ For details on these and how to help improving them, see [CONTRIBUTING.md](./CON
|
||||||
|
|
||||||
>[!IMPORTANT]
|
>[!IMPORTANT]
|
||||||
> The current **support policy** for Neovim is
|
> The current **support policy** for Neovim is
|
||||||
|
> * the _latest_ [stable release](https://github.com/neovim/neovim/releases/tag/stable),
|
||||||
> * the _latest_ [nightly prerelease](https://github.com/neovim/neovim/releases/tag/nightly).
|
> * the _latest_ [nightly prerelease](https://github.com/neovim/neovim/releases/tag/nightly).
|
||||||
> Other versions may work but are neither tested nor considered for fixes. Once this plugin is [considered stable](https://github.com/nvim-treesitter/nvim-treesitter/issues/4767), support will be added for the latest release.
|
> Other versions may work but are neither tested nor considered for fixes.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue