mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
ci: use stable tag for latest nvim release
This commit is contained in:
parent
4e4b58f8e9
commit
16c773c0f8
4 changed files with 7 additions and 7 deletions
|
|
@ -21,20 +21,20 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu-latest, windows-2022, macos-latest]
|
||||
cc: [ gcc, clang ]
|
||||
nvim_tag: [ v0.6.1 ]
|
||||
nvim_tag: [ stable ]
|
||||
exclude:
|
||||
- os: ubuntu-latest
|
||||
cc: clang
|
||||
nvim_tag: v0.6.1
|
||||
nvim_tag: stable
|
||||
|
||||
- os: macos-latest
|
||||
cc: gcc
|
||||
nvim_tag: v0.6.1
|
||||
nvim_tag: stable
|
||||
|
||||
include:
|
||||
- os: windows-2022
|
||||
cc: cl
|
||||
nvim_tag: v0.6.1
|
||||
nvim_tag: stable
|
||||
|
||||
- os: ubuntu-latest
|
||||
cc: gcc
|
||||
|
|
|
|||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
|
||||
- name: Install and prepare Neovim
|
||||
env:
|
||||
NVIM_TAG: v0.6.1
|
||||
NVIM_TAG: stable
|
||||
TREE_SITTER_CLI_TAG: v0.20.2
|
||||
run: |
|
||||
bash ./scripts/ci-install-${{ matrix.os }}.sh
|
||||
|
|
|
|||
2
.github/workflows/update-parsers-pr.yml
vendored
2
.github/workflows/update-parsers-pr.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
|
||||
- name: Prepare
|
||||
env:
|
||||
NVIM_TAG: v0.5.1
|
||||
NVIM_TAG: stable
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo add-apt-repository universe
|
||||
|
|
|
|||
2
.github/workflows/update-readme.yml
vendored
2
.github/workflows/update-readme.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
|
||||
- name: Prepare
|
||||
env:
|
||||
NVIM_TAG: v0.6.1
|
||||
NVIM_TAG: stable
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo add-apt-repository universe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue