From 28ace0317cfbda92df82f8930ed4f678cc71f38e Mon Sep 17 00:00:00 2001 From: William Boman Date: Thu, 6 Oct 2022 01:43:20 +0200 Subject: ci(tests): add neovim version matrix (#515) --- .github/workflows/tests.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 68c2e219..aa25709d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,12 +8,19 @@ on: jobs: tests: + strategy: + fail-fast: false + matrix: + nvim_version: + - v0.7.0 + - v0.7.2 + - v0.8.0 runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: rhysd/action-setup-vim@v1 with: neovim: true - version: v0.7.0 + version: ${{ matrix.nvim_version }} - name: Run tests run: make test -- cgit v1.2.3-70-g09d2