mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -04:00
ci: use Neovim v0.6.0
This commit is contained in:
parent
8324a4ce01
commit
cd6aabb964
3 changed files with 7 additions and 7 deletions
|
|
@ -9,20 +9,20 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-2022, macos-latest]
|
os: [ubuntu-latest, windows-2022, macos-latest]
|
||||||
cc: [ gcc, clang ]
|
cc: [ gcc, clang ]
|
||||||
nvim_tag: [ v0.5.1 ]
|
nvim_tag: [ v0.6.0 ]
|
||||||
exclude:
|
exclude:
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
cc: gcc
|
cc: gcc
|
||||||
nvim_tag: v0.5.1
|
nvim_tag: v0.6.0
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- os: windows-2022
|
- os: windows-2022
|
||||||
cc: cl
|
cc: cl
|
||||||
nvim_tag: v0.5.1
|
nvim_tag: v0.6.0
|
||||||
|
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
cc: gcc-10
|
cc: gcc-10
|
||||||
nvim_tag: v0.5.1
|
nvim_tag: v0.6.0
|
||||||
|
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
cc: gcc
|
cc: gcc
|
||||||
|
|
|
||||||
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -28,8 +28,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install and prepare Neovim
|
- name: Install and prepare Neovim
|
||||||
env:
|
env:
|
||||||
NVIM_TAG: v0.5.1
|
NVIM_TAG: v0.6.0
|
||||||
TREE_SITTER_CLI_TAG: v0.20.0
|
TREE_SITTER_CLI_TAG: v0.20.1
|
||||||
run: |
|
run: |
|
||||||
bash ./scripts/ci-install-${{ matrix.os }}.sh
|
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
|
- name: Prepare
|
||||||
env:
|
env:
|
||||||
NVIM_TAG: v0.5.1
|
NVIM_TAG: v0.6.0
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo add-apt-repository universe
|
sudo add-apt-repository universe
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue