File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments