Skip to content

Commit e0d5a1d

Browse files
committed
ci: update stable to 0.11.0
remove attr test restriction on nightly
1 parent 8be395a commit e0d5a1d

6 files changed

Lines changed: 50 additions & 51 deletions

.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.10.3]
21+
rev: [nightly, v0.11.0]
2222
include:
2323
- os: macos-latest
2424
install-deps: brew update && brew install fzf ripgrep fd

lua/fzf-lua/test/helpers.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ local os_detect = {
3535
},
3636
MAC = { name = "MacOS", fn = function() return vim.fn.has("mac") == 1 end },
3737
LINUX = { name = "Linux", fn = function() return vim.fn.has("linux") == 1 end },
38-
STABLE = { name = "Neovim stable", fn = function() return M.NVIM_VERSION() == "0.10.3" end },
39-
NIGHTLY = { name = "Neovim nightly", fn = function() return vim.fn.has("nvim-0.11") == 1 end },
38+
STABLE = { name = "Neovim stable", fn = function() return M.NVIM_VERSION() == "0.11.0" end },
39+
NIGHTLY = { name = "Neovim nightly", fn = function() return vim.fn.has("nvim-0.12") == 1 end },
4040
}
4141

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

tests/file/ui_spec.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ T["files()"]["icons"]["defaults"] = new_set({ parametrize = { { "+attrs" }, { "-
9292
function(icons, attrs)
9393
attrs = attrs == "+attrs" and true or false
9494
if attrs then
95-
helpers.SKIP_IF_NOT_STABLE()
9695
helpers.SKIP_IF_WIN()
9796
end
9897
local plugin = icons == "mini" and "mini.nvim" or "nvim-web-devicons"

tests/screenshots/tests-file-ui_spec.lua---files()---executable---1-+-args-{-'find-dir'-}

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
03|~ ╭───────────────────── Files ─────────────────────╮
55
04|~ │> 111/111 (0) │
66
05|~ │──────────────────────────────────────────────── │
7-
06|~ │▌ [DEBUG] find . -type f -not -path '*/\.git/*··││
7+
06|~ │▌ [DEBUG] find . -type f \! -path '*/.git/*' \··││
88
07|~ │ .editorconfig ││
99
08|~ │ .github/ISSUE_TEMPLATE/bug.yaml │
1010
09|~ │ .github/ISSUE_TEMPLATE/config.yml │

tests/screenshots/tests-file-ui_spec.lua---files()---icons---defaults---1-+-args-{-'devicons',-'+attrs'-}

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -32,28 +32,28 @@
3232
01|0000000000000000000000000000000000000000000000000000000000000000
3333
02|1111111111111111111111111111111111111111111111111111111111111111
3434
03|1111111222222222222222222222222222222222222222222222222222111111
35-
04|1111111234522222222222222222222222222222222222266666666622111111
36-
05|1111111277777777777777777777777777777777777777777777777722111111
37-
06|1111111289:;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;72111111
38-
07|1111111292<22222222222222222222222222222222222222222222272111111
39-
08|1111111292=22222222222222222222222222222222222222222222222111111
40-
09|1111111292=22222222222222222222222222222222222222222222222111111
41-
10|1111111292>22222222222222222222222222222222222222222222222111111
42-
11|1111111292?22222222222222222222222222222222222222222222222111111
43-
12|1111111292?22222222222222222222222222222222222222222222222111111
44-
13|1111111292@22222222222222222222222222222222222222222222222111111
45-
14|1111111292@22222222222222222222222222222222222222222222222111111
46-
15|1111111292A22222222222222222222222222222222222222222222222111111
47-
16|1111111292A22222222222222222222222222222222222222222222222111111
48-
17|1111111292A22222222222222222222222222222222222222222222222111111
49-
18|1111111292A22222222222222222222222222222222222222222222222111111
50-
19|1111111292A22222222222222222222222222222222222222222222222111111
51-
20|1111111292A22222222222222222222222222222222222222222222222111111
52-
21|1111111292A22222222222222222222222222222222222222222222222111111
35+
04|1111111234222222222222222222222222222222222222255555555522111111
36+
05|1111111266666666666666666666666666666666666666666666666622111111
37+
06|11111112789:::::::::::::::::::::::::::::::::::::::::::::62111111
38+
07|1111111282;22222222222222222222222222222222222222222222262111111
39+
08|1111111282<22222222222222222222222222222222222222222222222111111
40+
09|1111111282<22222222222222222222222222222222222222222222222111111
41+
10|1111111282=22222222222222222222222222222222222222222222222111111
42+
11|1111111282>22222222222222222222222222222222222222222222222111111
43+
12|1111111282>22222222222222222222222222222222222222222222222111111
44+
13|1111111282?22222222222222222222222222222222222222222222222111111
45+
14|1111111282?22222222222222222222222222222222222222222222222111111
46+
15|1111111282@22222222222222222222222222222222222222222222222111111
47+
16|1111111282@22222222222222222222222222222222222222222222222111111
48+
17|1111111282@22222222222222222222222222222222222222222222222111111
49+
18|1111111282@22222222222222222222222222222222222222222222222111111
50+
19|1111111282@22222222222222222222222222222222222222222222222111111
51+
20|1111111282@22222222222222222222222222222222222222222222222111111
52+
21|1111111282@22222222222222222222222222222222222222222222222111111
5353
22|1111111222222222222222222222222222222222222222222222222222111111
5454
23|1111111111111111111111111111111111111111111111111111111111111111
55-
24|BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
56-
25|CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
57-
26|CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
58-
27|CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
59-
28|DDDDDDDDDDDDDDCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
55+
24|AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
56+
25|0000000000000000000000000000000000000000000000000000000000000000
57+
26|0000000000000000000000000000000000000000000000000000000000000000
58+
27|0000000000000000000000000000000000000000000000000000000000000000
59+
28|BBBBBBBBBBBBBBCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC

tests/screenshots/tests-file-ui_spec.lua---files()---icons---defaults---1-+-args-{-'mini',-'+attrs'-}

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -32,28 +32,28 @@
3232
01|0000000000000000000000000000000000000000000000000000000000000000
3333
02|1111111111111111111111111111111111111111111111111111111111111111
3434
03|1111111222222222222222222222222222222222222222222222222222111111
35-
04|1111111234522222222222222222222222222222222222266666666622111111
36-
05|1111111277777777777777777777777777777777777777777777777722111111
37-
06|1111111289:;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;72111111
38-
07|1111111292222222222222222222222222222222222222222222222272111111
39-
08|1111111292222222222222222222222222222222222222222222222222111111
40-
09|1111111292222222222222222222222222222222222222222222222222111111
41-
10|1111111292<22222222222222222222222222222222222222222222222111111
42-
11|1111111292=22222222222222222222222222222222222222222222222111111
43-
12|1111111292=22222222222222222222222222222222222222222222222111111
44-
13|1111111292<22222222222222222222222222222222222222222222222111111
45-
14|1111111292<22222222222222222222222222222222222222222222222111111
46-
15|1111111292>22222222222222222222222222222222222222222222222111111
47-
16|1111111292>22222222222222222222222222222222222222222222222111111
48-
17|1111111292>22222222222222222222222222222222222222222222222111111
49-
18|1111111292>22222222222222222222222222222222222222222222222111111
50-
19|1111111292>22222222222222222222222222222222222222222222222111111
51-
20|1111111292>22222222222222222222222222222222222222222222222111111
52-
21|1111111292>22222222222222222222222222222222222222222222222111111
35+
04|1111111234222222222222222222222222222222222222255555555522111111
36+
05|1111111266666666666666666666666666666666666666666666666622111111
37+
06|11111112789:::::::::::::::::::::::::::::::::::::::::::::62111111
38+
07|1111111282222222222222222222222222222222222222222222222262111111
39+
08|1111111282222222222222222222222222222222222222222222222222111111
40+
09|1111111282222222222222222222222222222222222222222222222222111111
41+
10|1111111282;22222222222222222222222222222222222222222222222111111
42+
11|1111111282<22222222222222222222222222222222222222222222222111111
43+
12|1111111282<22222222222222222222222222222222222222222222222111111
44+
13|1111111282;22222222222222222222222222222222222222222222222111111
45+
14|1111111282;22222222222222222222222222222222222222222222222111111
46+
15|1111111282=22222222222222222222222222222222222222222222222111111
47+
16|1111111282=22222222222222222222222222222222222222222222222111111
48+
17|1111111282=22222222222222222222222222222222222222222222222111111
49+
18|1111111282=22222222222222222222222222222222222222222222222111111
50+
19|1111111282=22222222222222222222222222222222222222222222222111111
51+
20|1111111282=22222222222222222222222222222222222222222222222111111
52+
21|1111111282=22222222222222222222222222222222222222222222222111111
5353
22|1111111222222222222222222222222222222222222222222222222222111111
5454
23|1111111111111111111111111111111111111111111111111111111111111111
55-
24|????????????????????????????????????????????????????????????????
56-
25|@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
57-
26|@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
58-
27|@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
59-
28|AAAAAAAAAAAAAA@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
55+
24|>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
56+
25|0000000000000000000000000000000000000000000000000000000000000000
57+
26|0000000000000000000000000000000000000000000000000000000000000000
58+
27|0000000000000000000000000000000000000000000000000000000000000000
59+
28|??????????????@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

0 commit comments

Comments
 (0)