mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
Add vim 9.0 to CI (#1432)
This commit is contained in:
6
.github/workflows/linux_vim.yml
vendored
6
.github/workflows/linux_vim.yml
vendored
@@ -19,8 +19,12 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
name: [vim-v82-x64, vim-v81-x64]
|
||||
name: [vim-v90-x64, vim-v82-x64, vim-v81-x64]
|
||||
include:
|
||||
- name: vim-v90-x64
|
||||
os: ubuntu-latest
|
||||
vim_version: 9.0.0250
|
||||
glibc_version: 2.15
|
||||
- name: vim-v82-x64
|
||||
os: ubuntu-latest
|
||||
vim_version: 8.2.0813
|
||||
|
||||
7
.github/workflows/windows_vim.yml
vendored
7
.github/workflows/windows_vim.yml
vendored
@@ -19,8 +19,13 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [windows-latest]
|
||||
name: [vim-v82-x64, vim-v81-x64, vim-v80-x64]
|
||||
name: [vim-v90-x64, vim-v82-x64, vim-v81-x64, vim-v80-x64]
|
||||
include:
|
||||
- name: vim-v90-x64
|
||||
os: windows-latest
|
||||
vim_version: 9.0.0000
|
||||
vim_arch: x64
|
||||
vim_ver_path: vim90
|
||||
- name: vim-v82-x64
|
||||
os: windows-latest
|
||||
vim_version: 8.2.0813
|
||||
|
||||
Reference in New Issue
Block a user