mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
ci(tests): check queries on 0.10.4
This commit is contained in:
parent
288b4fb4d7
commit
cfbbea187b
1 changed files with 4 additions and 4 deletions
8
.github/workflows/test-queries.yml
vendored
8
.github/workflows/test-queries.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue