Skip to content

Commit a02c0b3

Browse files
committed
feat(neovim): added neovim version v0.11.0 support
1 parent 2014864 commit a02c0b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest]
17-
neovim: [v0.10.0, stable, nightly]
17+
neovim: [v0.10.0, v0.11.0, stable, nightly]
1818
luaVersion: ["luajit-openresty"]
1919
include:
2020
- os: "windows-latest"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ A template repository used to create Neovim plugins.
2626
- [RSS feed support](https://github.com/ColinKennedy/nvim-best-practices-plugin-template/commits/main/doc/news.txt.atom)
2727
- Built-in logging to stdout / files
2828
- Unittests use the full power of native [busted](https://github.com/lunarmodules/busted)
29-
- Automated testing matrix supports 9 Neovim/OS combinations
30-
- neovim: `[v0.10.0, stable, nightly]`
29+
- Automated testing matrix supports 12 Neovim/OS combinations
30+
- neovim: `[v0.10.0, v0.11.0, stable, nightly]`
3131
- os: `[ubuntu-latest, macos-latest, windows-latest]`
3232
- 100% Lua
3333
- Uses [Semantic Versioning](https://semver.org)

0 commit comments

Comments
 (0)