File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,13 +14,17 @@ jobs:
1414 strategy :
1515 matrix :
1616 os : [ubuntu-latest, macos-latest]
17- neovim : [v0.10 .0, v0.11 .0, stable, nightly]
17+ neovim : [v0.11 .0, v0.12 .0, stable, nightly]
1818 luaVersion : ["luajit-openresty"]
1919 include :
2020 - os : " windows-latest"
2121 toolchain : " msvc"
2222 luaVersion : " 5.1"
23- neovim : " v0.10.0"
23+ neovim : " v0.11.0"
24+ - os : " windows-latest"
25+ toolchain : " msvc"
26+ luaVersion : " 5.1"
27+ neovim : " v0.12.0"
2428 - os : " windows-latest"
2529 toolchain : " msvc"
2630 luaVersion : " 5.1"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ A template repository used to create Neovim plugins.
2828- Unittests use the full power of native [ busted] ( https://github.com/lunarmodules/busted )
2929 - Supports [ LuaCov] ( https://luarocks.org/modules/mpeterv/luacov ) for coverage reports!
3030- Automated testing matrix supports 12 Neovim/OS combinations
31- - neovim: ` [v0.10 .0, v0.11 .0, stable, nightly] `
31+ - neovim: ` [v0.11 .0, v0.12 .0, stable, nightly] `
3232 - os: ` [ubuntu-latest, macos-latest, windows-latest] `
3333- 100% Lua
3434- Uses [ Semantic Versioning] ( https://semver.org )
You can’t perform that action at this time.
0 commit comments