Skip to content

Commit fcef6a1

Browse files
committed
ci: matrix nvim version
1 parent a8cb50d commit fcef6a1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ env:
1717
LUALS_VERSION: "3.7.3"
1818

1919
jobs:
20-
strategy:
21-
matrix:
22-
NVIM_VERSION: [ "v0.8.3", "v0.9.4" ]
2320
lint:
2421
runs-on: ubuntu-latest
2522
steps:
@@ -49,6 +46,10 @@ jobs:
4946
args: --check lua
5047

5148
check:
49+
strategy:
50+
matrix:
51+
NVIM_VERSION: [ "v0.8.3", "v0.9.4" ]
52+
5253
runs-on: ubuntu-latest
5354

5455
steps:

0 commit comments

Comments
 (0)