Skip to content

Commit 83f7195

Browse files
committed
ci: 0.11.6 -> 0.12.1
1 parent 69b0d5d commit 83f7195

2 files changed

Lines changed: 3 additions & 3 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.6, puc-lua]
21+
rev: [nightly, v0.12.1, puc-lua]
2222
exclude:
2323
- os: macos-latest
2424
rev: puc-lua

lua/fzf-lua/test/helpers.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ 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.6" end },
40-
NIGHTLY = { name = "Neovim nightly", fn = function() return vim.fn.has("nvim-0.12") == 1 end },
39+
STABLE = { name = "Neovim stable", fn = function() return M.NVIM_VERSION() == "0.12.1" end },
40+
NIGHTLY = { name = "Neovim nightly", fn = function() return vim.fn.has("nvim-0.13") == 1 end },
4141
}
4242

4343
-- Creates M.IS_WIN(), M.IS_NOT_WIN(), M.SKIP_IF_WIN(), etc

0 commit comments

Comments
 (0)