File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,13 @@ permissions:
13
13
14
14
env :
15
15
LUA_VERSION : " 5.1"
16
- NVIM_VERSION : " v0.9.4"
17
16
STYLUA_VERSION : " 0.19.1"
18
17
LUALS_VERSION : " 3.7.3"
19
18
20
19
jobs :
20
+ strategy :
21
+ matrix :
22
+ NVIM_VERSION : [ "v0.8.3", "v0.9.4" ]
21
23
lint :
22
24
runs-on : ubuntu-latest
23
25
steps :
55
57
- uses : rhysd/action-setup-vim@v1
56
58
with :
57
59
neovim : true
58
- version : ${{ env .NVIM_VERSION }}
60
+ version : ${{ matrix .NVIM_VERSION }}
59
61
60
62
- name : install
61
63
run : |
64
66
65
67
- name : check
66
68
run : |
67
- VIMRUNTIME=/home/runner/nvim-${NVIM_VERSION}/share/nvim/runtime PATH="luals/bin:${PATH}" make check
69
+ VIMRUNTIME=/home/runner/nvim-${{ matrix. NVIM_VERSION } }/share/nvim/runtime PATH="luals/bin:${PATH}" make check
68
70
make help-check
You can’t perform that action at this time.
0 commit comments