diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2022-01-21 19:14:40 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-01-21 19:38:01 +0100 |
| commit | 16c773c0f826785760dce92bf713fb7e8e19e70c (patch) | |
| tree | d43a1eee1d5c8eb0ee5ba9c63b39b2b47f6af62b /.github/workflows/tests.yml | |
| parent | ci: only run one compiler each on macos, ubuntu (diff) | |
| download | nvim-treesitter-16c773c0f826785760dce92bf713fb7e8e19e70c.tar nvim-treesitter-16c773c0f826785760dce92bf713fb7e8e19e70c.tar.gz nvim-treesitter-16c773c0f826785760dce92bf713fb7e8e19e70c.tar.bz2 nvim-treesitter-16c773c0f826785760dce92bf713fb7e8e19e70c.tar.lz nvim-treesitter-16c773c0f826785760dce92bf713fb7e8e19e70c.tar.xz nvim-treesitter-16c773c0f826785760dce92bf713fb7e8e19e70c.tar.zst nvim-treesitter-16c773c0f826785760dce92bf713fb7e8e19e70c.zip | |
ci: use stable tag for latest nvim release
Diffstat (limited to '.github/workflows/tests.yml')
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0a19311d1..450459206 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: - name: Install and prepare Neovim env: - NVIM_TAG: v0.6.1 + NVIM_TAG: stable TREE_SITTER_CLI_TAG: v0.20.2 run: | bash ./scripts/ci-install-${{ matrix.os }}.sh |
