Skip to content

Commit 441344a

Browse files
authored
Merge pull request #82 from ColinKennedy/drop_neovim_0.10_support
refactor(version): dropped Neovim 0.10 support
2 parents a01ba5f + 466ef92 commit 441344a

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)