Skip to content

Commit 2533762

Browse files
authored
Add vim 9.0 to CI (#1432)
1 parent ad6d61b commit 2533762

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/linux_vim.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [ubuntu-latest]
22-
name: [vim-v82-x64, vim-v81-x64]
22+
name: [vim-v90-x64, vim-v82-x64, vim-v81-x64]
2323
include:
24+
- name: vim-v90-x64
25+
os: ubuntu-latest
26+
vim_version: 9.0.0250
27+
glibc_version: 2.15
2428
- name: vim-v82-x64
2529
os: ubuntu-latest
2630
vim_version: 8.2.0813

.github/workflows/windows_vim.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,13 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [windows-latest]
22-
name: [vim-v82-x64, vim-v81-x64, vim-v80-x64]
22+
name: [vim-v90-x64, vim-v82-x64, vim-v81-x64, vim-v80-x64]
2323
include:
24+
- name: vim-v90-x64
25+
os: windows-latest
26+
vim_version: 9.0.0000
27+
vim_arch: x64
28+
vim_ver_path: vim90
2429
- name: vim-v82-x64
2530
os: windows-latest
2631
vim_version: 8.2.0813

0 commit comments

Comments
 (0)