diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-04-02 10:46:07 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-04-02 11:19:22 +0200 |
| commit | cfbbea187b899b6f75503d3d635ee9374a44818d (patch) | |
| tree | c2467b037b85048bba7082a0a0ccedc123ca3cbf | |
| parent | bot(lockfile): update erlang, glimmer_javascript, glimmer_typescript, php, ph... (diff) | |
| download | nvim-treesitter-cfbbea187b899b6f75503d3d635ee9374a44818d.tar nvim-treesitter-cfbbea187b899b6f75503d3d635ee9374a44818d.tar.gz nvim-treesitter-cfbbea187b899b6f75503d3d635ee9374a44818d.tar.bz2 nvim-treesitter-cfbbea187b899b6f75503d3d635ee9374a44818d.tar.lz nvim-treesitter-cfbbea187b899b6f75503d3d635ee9374a44818d.tar.xz nvim-treesitter-cfbbea187b899b6f75503d3d635ee9374a44818d.tar.zst nvim-treesitter-cfbbea187b899b6f75503d3d635ee9374a44818d.zip | |
ci(tests): check queries on 0.10.4
| -rw-r--r-- | .github/workflows/test-queries.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/test-queries.yml b/.github/workflows/test-queries.yml index bc4a18d52..8fe1f082a 100644 --- a/.github/workflows/test-queries.yml +++ b/.github/workflows/test-queries.yml @@ -24,19 +24,19 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-14] cc: [gcc, clang] - nvim_tag: [stable] + nvim_tag: [v0.10.4] exclude: - os: ubuntu-latest cc: clang - nvim_tag: stable + nvim_tag: v0.10.4 - os: macos-14 cc: gcc - nvim_tag: stable + nvim_tag: v0.10.4 - os: windows-latest cc: clang - nvim_tag: stable + nvim_tag: v0.10.4 include: - os: windows-latest |
