mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
ci(tests): check queries on 0.10.4
This commit is contained in:
committed by
Christian Clason
parent
288b4fb4d7
commit
cfbbea187b
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
|
||||
|
||||
Reference in New Issue
Block a user