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 | |
| parent | 4e4b58f8e994f95eee8e46e1318153624f3a2601 (diff) | |
ci: use stable tag for latest nvim release
Diffstat (limited to '.github')
| -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 939ff531..4880dace 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 0a19311d..45045920 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 238bbd94..558820ea 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 445c0801..ccadd144 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 |
