mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-14]
|
os: [ubuntu-latest, windows-latest, macos-14]
|
||||||
cc: [gcc, clang]
|
cc: [gcc, clang]
|
||||||
nvim_tag: [stable]
|
nvim_tag: [v0.10.4]
|
||||||
exclude:
|
exclude:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
cc: clang
|
cc: clang
|
||||||
nvim_tag: stable
|
nvim_tag: v0.10.4
|
||||||
|
|
||||||
- os: macos-14
|
- os: macos-14
|
||||||
cc: gcc
|
cc: gcc
|
||||||
nvim_tag: stable
|
nvim_tag: v0.10.4
|
||||||
|
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
cc: clang
|
cc: clang
|
||||||
nvim_tag: stable
|
nvim_tag: v0.10.4
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue