From 971ac5cbb32da2a9010d260f9d952357bf4aff9c Mon Sep 17 00:00:00 2001 From: Lucas Biaggi <5401584+lbiaggi@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:51:02 +0100 Subject: [PATCH] Update neovim_treesitter.yml (#363) Update neovim_treesitter to match neovim.yml --- .github/workflows/neovim_treesitter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/neovim_treesitter.yml b/.github/workflows/neovim_treesitter.yml index e09a234..4207b4f 100644 --- a/.github/workflows/neovim_treesitter.yml +++ b/.github/workflows/neovim_treesitter.yml @@ -14,7 +14,7 @@ jobs: matrix: neovim_version: - 'head' - - 'v0.8.3' + - 'v0.10.1' runs-on: ubuntu-latest env: TESTS_ENABLE_TREESITTER: 1