aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-query-files-and-compilation.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check-query-files-and-compilation.yml')
-rw-r--r--.github/workflows/check-query-files-and-compilation.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/check-query-files-and-compilation.yml
index 0608d5c2d..05bf623b5 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.6.0 ]
+ nvim_tag: [ v0.6.1 ]
exclude:
- os: macos-latest
cc: gcc
- nvim_tag: v0.6.0
+ nvim_tag: v0.6.1
include:
- os: windows-2022
cc: cl
- nvim_tag: v0.6.0
+ nvim_tag: v0.6.1
- os: macos-latest
cc: gcc-10
- nvim_tag: v0.6.0
+ nvim_tag: v0.6.1
- os: ubuntu-latest
cc: gcc
@@ -40,7 +40,7 @@ jobs:
- name: Install and prepare Neovim
env:
NVIM_TAG: ${{ matrix.nvim_tag }}
- TREE_SITTER_CLI_TAG: v0.20.1
+ TREE_SITTER_CLI_TAG: v0.20.2
run: |
bash ./scripts/ci-install-${{ matrix.os }}.sh