ci(tests): check queries on 0.10.4

This commit is contained in:
Christian Clason
2025-04-02 10:46:07 +02:00
committed by Christian Clason
parent 288b4fb4d7
commit cfbbea187b

View File

@@ -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