Skip to content

Commit 97664c4

Browse files
committed
🚿 Run CI on Vim 8.2.0662 instead of Vim 8.1.2424
While denops.vim itself drop support Vim before 8.2.0662 vim-denops/denops.vim#97
1 parent eca274c commit 97664c4

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

.github/workflows/test.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,32 @@ jobs:
6262
- "1.11.0"
6363
- "1.x"
6464
host_version:
65-
- vim: "v8.1.2424"
65+
- vim: "v8.2.0662"
6666
nvim: "v0.4.4"
6767
- vim: "v8.2.3081"
6868
nvim: "v0.5.0"
69+
include:
70+
- runner: windows-latest
71+
version: 1.11.0
72+
host_version:
73+
vim: v8.2.0671 # Instead of v8.2.0662
74+
nvim: v0.4.4
75+
- runner: windows-latest
76+
version: 1.x
77+
host_version:
78+
vim: v8.2.0671 # Instead of v8.2.0662
79+
nvim: v0.4.4
80+
exclude:
81+
- runner: windows-latest
82+
version: 1.11.0
83+
host_version:
84+
vim: v8.2.0662 # Not found on vim-win32-installer
85+
nvim: v0.4.4
86+
- runner: windows-latest
87+
version: 1.x
88+
host_version:
89+
vim: v8.2.0662 # Not found on vim-win32-installer
90+
nvim: v0.4.4
6991
runs-on: ${{ matrix.runner }}
7092
steps:
7193
- run: git config --global core.autocrlf false

0 commit comments

Comments
 (0)