diff options
| author | dundargoc <gocdundar@gmail.com> | 2024-10-04 12:31:30 +0200 |
|---|---|---|
| committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-10-04 14:24:37 +0200 |
| commit | 39f31e178466e4ed23c8ea6fddd5b7a4d9699398 (patch) | |
| tree | 8a8cd75df7f21e552b529350000e909764856146 /.github/workflows | |
| parent | fix(health): skip format root when in single file mode (#3348) (diff) | |
| download | nvim-lspconfig-39f31e178466e4ed23c8ea6fddd5b7a4d9699398.tar nvim-lspconfig-39f31e178466e4ed23c8ea6fddd5b7a4d9699398.tar.gz nvim-lspconfig-39f31e178466e4ed23c8ea6fddd5b7a4d9699398.tar.bz2 nvim-lspconfig-39f31e178466e4ed23c8ea6fddd5b7a4d9699398.tar.lz nvim-lspconfig-39f31e178466e4ed23c8ea6fddd5b7a4d9699398.tar.xz nvim-lspconfig-39f31e178466e4ed23c8ea6fddd5b7a4d9699398.tar.zst nvim-lspconfig-39f31e178466e4ed23c8ea6fddd5b7a4d9699398.zip | |
ci: test minimum required neovim version
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d7b14d3e..ed1a2ff3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,13 +12,13 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] + nvim_version: [nightly, 'v0.9.5'] steps: - uses: actions/checkout@v4 - uses: rhysd/action-setup-vim@v1 - id: vim with: neovim: true - version: nightly + version: ${{ matrix.nvim_version }} - uses: leafo/gh-actions-lua@v10 with: |
