From 90cd6580e720caedacb91fdd587b747a6e77d61f Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Tue, 31 Mar 2026 11:14:37 +0200 Subject: tests: add stable Nvim --- .github/workflows/test-core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/test-core.yml b/.github/workflows/test-core.yml index 3a0b3cffa..0910099c6 100644 --- a/.github/workflows/test-core.yml +++ b/.github/workflows/test-core.yml @@ -15,8 +15,8 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - nvim_tag: [nightly] - name: ${{ matrix.os }} + nvim_tag: [stable, nightly] + name: ${{matrix.nvim_tag}} / ${{ matrix.os }} runs-on: ${{ matrix.os }} env: NVIM: ${{ matrix.os == 'windows-latest' && 'nvim-win64\\bin\\nvim.exe' || 'nvim' }} -- cgit v1.3