Skip to content

Commit 7899aca

Browse files
committed
Add neovim 0.12 to CI
1 parent 07ee1f1 commit 7899aca

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
include:
3333
- neovim: "v0.11.6"
3434
os: "ubuntu-latest"
35+
- neovim: "v0.12.0"
36+
os: "ubuntu-latest"
3537
- neovim: "stable"
3638
os: "windows-latest"
3739
steps:

.github/workflows/emmylua-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
luals-check:
1313
strategy:
1414
matrix:
15-
neovim: ["nightly"]
15+
neovim: ["0.12", "nightly"]
1616
lua: ["luajit-master", "5.1"]
1717
runs-on: ubuntu-latest
1818

@@ -27,7 +27,7 @@ jobs:
2727
- name: Install tools
2828
uses: jdx/mise-action@v2
2929
with:
30-
install_args: "github:neovim/neovim@nightly"
30+
install_args: "github:neovim/neovim@${{matrix.neovim}}"
3131

3232
- name: Run emmylua_check
3333
continue-on-error: true

.github/workflows/luals-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
luals-check:
1313
strategy:
1414
matrix:
15-
neovim: ["nightly"]
15+
neovim: ["0.12", "nightly"]
1616
lua: ["luajit-master", "5.1"]
1717
runs-on: ubuntu-latest
1818

0 commit comments

Comments
 (0)