From fcef6a11e9d7dd3533c548e027fd51e8f298569b Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Mon, 1 Jan 2024 10:33:30 +1100 Subject: [PATCH] ci: matrix nvim version --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd1e0dc3..a112ff5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,9 +17,6 @@ env: LUALS_VERSION: "3.7.3" jobs: - strategy: - matrix: - NVIM_VERSION: [ "v0.8.3", "v0.9.4" ] lint: runs-on: ubuntu-latest steps: @@ -49,6 +46,10 @@ jobs: args: --check lua check: + strategy: + matrix: + NVIM_VERSION: [ "v0.8.3", "v0.9.4" ] + runs-on: ubuntu-latest steps: