diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-04-02 11:28:10 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-04-02 11:40:11 +0200 |
| commit | 30654ee72a69e7c76a54b66d748dae088429e863 (patch) | |
| tree | de26a6c6c0ee7013fb0cf45b45195126544143d8 /.github | |
| parent | ci(update): only check once a week (sat) (diff) | |
| download | nvim-treesitter-30654ee72a69e7c76a54b66d748dae088429e863.tar nvim-treesitter-30654ee72a69e7c76a54b66d748dae088429e863.tar.gz nvim-treesitter-30654ee72a69e7c76a54b66d748dae088429e863.tar.bz2 nvim-treesitter-30654ee72a69e7c76a54b66d748dae088429e863.tar.lz nvim-treesitter-30654ee72a69e7c76a54b66d748dae088429e863.tar.xz nvim-treesitter-30654ee72a69e7c76a54b66d748dae088429e863.tar.zst nvim-treesitter-30654ee72a69e7c76a54b66d748dae088429e863.zip | |
ci(tests): run tests on v0.10.4
Diffstat (limited to '.github')
| -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 5c775eda4..e09a5f295 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: - name: Install and prepare Neovim env: - NVIM_TAG: stable + NVIM_TAG: v0.10.4 run: | bash ./scripts/ci-install.sh |
