ci: matrix nvim version
This commit is contained in:
parent
a8cb50d39d
commit
fcef6a11e9
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -17,9 +17,6 @@ env:
|
|||||||
LUALS_VERSION: "3.7.3"
|
LUALS_VERSION: "3.7.3"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
NVIM_VERSION: [ "v0.8.3", "v0.9.4" ]
|
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -49,6 +46,10 @@ jobs:
|
|||||||
args: --check lua
|
args: --check lua
|
||||||
|
|
||||||
check:
|
check:
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
NVIM_VERSION: [ "v0.8.3", "v0.9.4" ]
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user