aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-01-21 19:14:40 +0100
committerStephan Seitz <stephan.seitz@fau.de>2022-01-21 19:38:01 +0100
commit16c773c0f826785760dce92bf713fb7e8e19e70c (patch)
treed43a1eee1d5c8eb0ee5ba9c63b39b2b47f6af62b /.github/workflows
parentci: only run one compiler each on macos, ubuntu (diff)
downloadnvim-treesitter-16c773c0f826785760dce92bf713fb7e8e19e70c.tar
nvim-treesitter-16c773c0f826785760dce92bf713fb7e8e19e70c.tar.gz
nvim-treesitter-16c773c0f826785760dce92bf713fb7e8e19e70c.tar.bz2
nvim-treesitter-16c773c0f826785760dce92bf713fb7e8e19e70c.tar.lz
nvim-treesitter-16c773c0f826785760dce92bf713fb7e8e19e70c.tar.xz
nvim-treesitter-16c773c0f826785760dce92bf713fb7e8e19e70c.tar.zst
nvim-treesitter-16c773c0f826785760dce92bf713fb7e8e19e70c.zip
ci: use stable tag for latest nvim release
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/check-query-files-and-compilation.yml8
-rw-r--r--.github/workflows/tests.yml2
-rw-r--r--.github/workflows/update-parsers-pr.yml2
-rw-r--r--.github/workflows/update-readme.yml2
4 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/check-query-files-and-compilation.yml
index 939ff5311..4880daceb 100644
--- a/.github/workflows/check-query-files-and-compilation.yml
+++ b/.github/workflows/check-query-files-and-compilation.yml
@@ -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
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 0a19311d1..450459206 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -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
diff --git a/.github/workflows/update-parsers-pr.yml b/.github/workflows/update-parsers-pr.yml
index 238bbd945..558820ea4 100644
--- a/.github/workflows/update-parsers-pr.yml
+++ b/.github/workflows/update-parsers-pr.yml
@@ -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
diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml
index 445c08015..ccadd144c 100644
--- a/.github/workflows/update-readme.yml
+++ b/.github/workflows/update-readme.yml
@@ -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