From 39f31e178466e4ed23c8ea6fddd5b7a4d9699398 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Fri, 4 Oct 2024 12:31:30 +0200 Subject: [PATCH] ci: test minimum required neovim version --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d7b14d3e9e..ed1a2ff375 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: