mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
ci: bump neovim and tree-sitter cli to latest version
This commit is contained in:
parent
2c7c87570b
commit
bf59e0a3fb
3 changed files with 8 additions and 8 deletions
|
|
@ -9,20 +9,20 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu-latest, windows-2022, macos-latest]
|
||||
cc: [ gcc, clang ]
|
||||
nvim_tag: [ v0.6.0 ]
|
||||
nvim_tag: [ v0.6.1 ]
|
||||
exclude:
|
||||
- os: macos-latest
|
||||
cc: gcc
|
||||
nvim_tag: v0.6.0
|
||||
nvim_tag: v0.6.1
|
||||
|
||||
include:
|
||||
- os: windows-2022
|
||||
cc: cl
|
||||
nvim_tag: v0.6.0
|
||||
nvim_tag: v0.6.1
|
||||
|
||||
- os: macos-latest
|
||||
cc: gcc-10
|
||||
nvim_tag: v0.6.0
|
||||
nvim_tag: v0.6.1
|
||||
|
||||
- os: ubuntu-latest
|
||||
cc: gcc
|
||||
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
- name: Install and prepare Neovim
|
||||
env:
|
||||
NVIM_TAG: ${{ matrix.nvim_tag }}
|
||||
TREE_SITTER_CLI_TAG: v0.20.1
|
||||
TREE_SITTER_CLI_TAG: v0.20.2
|
||||
run: |
|
||||
bash ./scripts/ci-install-${{ matrix.os }}.sh
|
||||
|
||||
|
|
|
|||
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -28,8 +28,8 @@ jobs:
|
|||
|
||||
- name: Install and prepare Neovim
|
||||
env:
|
||||
NVIM_TAG: v0.6.0
|
||||
TREE_SITTER_CLI_TAG: v0.20.1
|
||||
NVIM_TAG: v0.6.1
|
||||
TREE_SITTER_CLI_TAG: v0.20.2
|
||||
run: |
|
||||
bash ./scripts/ci-install-${{ matrix.os }}.sh
|
||||
|
||||
|
|
|
|||
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.0
|
||||
NVIM_TAG: v0.6.1
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo add-apt-repository universe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue