aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2021-12-06 21:00:26 +0100
committerStephan Seitz <stephan.seitz@fau.de>2021-12-06 22:34:30 +0100
commitcd6aabb96401fea17b6889ee4acea1322df13dad (patch)
tree8f00dd0ebb325e3ac1d3c48c8c470fef0cd5e658
parentUpdate lockfile.json (diff)
downloadnvim-treesitter-cd6aabb96401fea17b6889ee4acea1322df13dad.tar
nvim-treesitter-cd6aabb96401fea17b6889ee4acea1322df13dad.tar.gz
nvim-treesitter-cd6aabb96401fea17b6889ee4acea1322df13dad.tar.bz2
nvim-treesitter-cd6aabb96401fea17b6889ee4acea1322df13dad.tar.lz
nvim-treesitter-cd6aabb96401fea17b6889ee4acea1322df13dad.tar.xz
nvim-treesitter-cd6aabb96401fea17b6889ee4acea1322df13dad.tar.zst
nvim-treesitter-cd6aabb96401fea17b6889ee4acea1322df13dad.zip
ci: use Neovim v0.6.0
-rw-r--r--.github/workflows/check-query-files-and-compilation.yml8
-rw-r--r--.github/workflows/tests.yml4
-rw-r--r--.github/workflows/update-readme.yml2
3 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/check-query-files-and-compilation.yml
index d96941d35..e4a448226 100644
--- a/.github/workflows/check-query-files-and-compilation.yml
+++ b/.github/workflows/check-query-files-and-compilation.yml
@@ -9,20 +9,20 @@ jobs:
matrix:
os: [ubuntu-latest, windows-2022, macos-latest]
cc: [ gcc, clang ]
- nvim_tag: [ v0.5.1 ]
+ nvim_tag: [ v0.6.0 ]
exclude:
- os: macos-latest
cc: gcc
- nvim_tag: v0.5.1
+ nvim_tag: v0.6.0
include:
- os: windows-2022
cc: cl
- nvim_tag: v0.5.1
+ nvim_tag: v0.6.0
- os: macos-latest
cc: gcc-10
- nvim_tag: v0.5.1
+ nvim_tag: v0.6.0
- os: ubuntu-latest
cc: gcc
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index a05c94508..d53a50a25 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -28,8 +28,8 @@ jobs:
- name: Install and prepare Neovim
env:
- NVIM_TAG: v0.5.1
- TREE_SITTER_CLI_TAG: v0.20.0
+ NVIM_TAG: v0.6.0
+ TREE_SITTER_CLI_TAG: v0.20.1
run: |
bash ./scripts/ci-install-${{ matrix.os }}.sh
diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml
index 706385f05..500701196 100644
--- a/.github/workflows/update-readme.yml
+++ b/.github/workflows/update-readme.yml
@@ -14,7 +14,7 @@ jobs:
- name: Prepare
env:
- NVIM_TAG: v0.5.1
+ NVIM_TAG: v0.6.0
run: |
sudo apt-get update
sudo add-apt-repository universe