diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2022-01-21 19:14:40 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-01-21 19:38:01 +0100 |
| commit | 16c773c0f826785760dce92bf713fb7e8e19e70c (patch) | |
| tree | d43a1eee1d5c8eb0ee5ba9c63b39b2b47f6af62b /.github/workflows | |
| parent | ci: only run one compiler each on macos, ubuntu (diff) | |
| download | nvim-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.yml | 8 | ||||
| -rw-r--r-- | .github/workflows/tests.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/update-parsers-pr.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/update-readme.yml | 2 |
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 |
