File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 fail-fast : false
1919 matrix :
2020 os : [ubuntu-latest, macos-latest, windows-latest]
21- rev : [nightly, v0.11.4 , puc-lua]
21+ rev : [nightly, v0.11.6 , puc-lua]
2222 exclude :
2323 - os : macos-latest
2424 rev : puc-lua
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ local os_detect = {
3636 },
3737 MAC = { name = " MacOS" , fn = function () return vim .fn .has (" mac" ) == 1 end },
3838 LINUX = { name = " Linux" , fn = function () return vim .fn .has (" linux" ) == 1 end },
39- STABLE = { name = " Neovim stable" , fn = function () return M .NVIM_VERSION () == " 0.11.4 " end },
39+ STABLE = { name = " Neovim stable" , fn = function () return M .NVIM_VERSION () == " 0.11.6 " end },
4040 NIGHTLY = { name = " Neovim nightly" , fn = function () return vim .fn .has (" nvim-0.12" ) == 1 end },
4141}
4242
You can’t perform that action at this time.
0 commit comments