Skip to content

Commit bf59dce

Browse files
committed
ci: neovim stable 0.11.4 -> 0.116
1 parent a8c2a2d commit bf59dce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

lua/fzf-lua/test/helpers.lua

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

0 commit comments

Comments
 (0)