ci: use stable tag for latest nvim release

This commit is contained in:
Christian Clason 2022-01-21 19:14:40 +01:00 committed by Stephan Seitz
parent 4e4b58f8e9
commit 16c773c0f8
4 changed files with 7 additions and 7 deletions

View file

@ -21,20 +21,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.6.1 ] nvim_tag: [ stable ]
exclude: exclude:
- os: ubuntu-latest - os: ubuntu-latest
cc: clang cc: clang
nvim_tag: v0.6.1 nvim_tag: stable
- os: macos-latest - os: macos-latest
cc: gcc cc: gcc
nvim_tag: v0.6.1 nvim_tag: stable
include: include:
- os: windows-2022 - os: windows-2022
cc: cl cc: cl
nvim_tag: v0.6.1 nvim_tag: stable
- os: ubuntu-latest - os: ubuntu-latest
cc: gcc cc: gcc

View file

@ -40,7 +40,7 @@ jobs:
- name: Install and prepare Neovim - name: Install and prepare Neovim
env: env:
NVIM_TAG: v0.6.1 NVIM_TAG: stable
TREE_SITTER_CLI_TAG: v0.20.2 TREE_SITTER_CLI_TAG: v0.20.2
run: | run: |
bash ./scripts/ci-install-${{ matrix.os }}.sh bash ./scripts/ci-install-${{ matrix.os }}.sh

View file

@ -16,7 +16,7 @@ jobs:
- name: Prepare - name: Prepare
env: env:
NVIM_TAG: v0.5.1 NVIM_TAG: stable
run: | run: |
sudo apt-get update sudo apt-get update
sudo add-apt-repository universe sudo add-apt-repository universe

View file

@ -14,7 +14,7 @@ jobs:
- name: Prepare - name: Prepare
env: env:
NVIM_TAG: v0.6.1 NVIM_TAG: stable
run: | run: |
sudo apt-get update sudo apt-get update
sudo add-apt-repository universe sudo add-apt-repository universe