Skip to content

Commit 43a4da1

Browse files
committed
Try 0.10.0
1 parent bf161e9 commit 43a4da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test-ubuntu: ## Run tests in Ubuntu Docker container (matches CI environment)
2323
apt-get install -y neovim lua-check && \
2424
mkdir -p /root/.local/share/nvim/lazy/ && \
2525
git clone --depth 1 https://github.com/nvim-lua/plenary.nvim.git /root/.local/share/nvim/lazy/plenary.nvim && \
26-
git clone --depth 1 --branch master https://github.com/nvim-treesitter/nvim-treesitter.git /root/.local/share/nvim/lazy/nvim-treesitter && \
26+
git clone --depth 1 --branch v0.10.0 https://github.com/nvim-treesitter/nvim-treesitter.git /root/.local/share/nvim/lazy/nvim-treesitter && \
2727
make test"
2828

2929
check: ## uses [luacheck](https://github.com/mpeterv/luacheck) - checks for any type errors or style issues

0 commit comments

Comments
 (0)